chore: yoink everything not needed for nix package

This commit is contained in:
Technofab 2023-06-07 19:21:55 +02:00
parent 0650d80b0c
commit 0955cb2e22
No known key found for this signature in database
GPG key ID: A0AA746B951C8830
36 changed files with 101 additions and 3351 deletions

View file

@ -89,7 +89,7 @@ addopts = --doctest-modules
[bumpver]
current_version = "2023.1124"
current_version = "2023.1125"
version_pattern = "YYYY.BUILD[-TAG]"
commit_message = "bump {old_version} -> {new_version}"
commit = True
@ -97,6 +97,8 @@ tag = True
push = True
[bumpver:file_patterns]
flake.nix =
version = "{version}";
bootstrapit.sh =
PACKAGE_VERSION="{version}"
setup.cfg =