diff options
Diffstat (limited to '')
-rw-r--r-- | templates/unmaintained/python/.envrc (renamed from python/.envrc) | 0 | ||||
-rw-r--r-- | templates/unmaintained/python/.gitignore (renamed from python/.gitignore) | 0 | ||||
-rw-r--r-- | templates/unmaintained/python/COPYING (renamed from python/COPYING) | 0 | ||||
-rw-r--r-- | templates/unmaintained/python/LICENSE.spdx (renamed from python/LICENSE.spdx) | 0 | ||||
-rw-r--r-- | templates/unmaintained/python/README.md (renamed from python/README.md) | 0 | ||||
-rwxr-xr-x | templates/unmaintained/python/TODO/__init__.py (renamed from python/TODO/__init__.py) | 1 | ||||
-rw-r--r-- | templates/unmaintained/python/cog.toml (renamed from python/cog.toml) | 10 | ||||
-rw-r--r-- | templates/unmaintained/python/flake.nix (renamed from python/flake.nix) | 0 | ||||
-rw-r--r-- | templates/unmaintained/python/requirements.txt (renamed from python/requirements.txt) | 0 | ||||
-rw-r--r-- | templates/unmaintained/python/setup.cfg (renamed from python/setup.cfg) | 0 | ||||
-rw-r--r-- | templates/unmaintained/python/setup.py (renamed from python/setup.py) | 0 |
11 files changed, 4 insertions, 7 deletions
diff --git a/python/.envrc b/templates/unmaintained/python/.envrc index 958a322..958a322 100644 --- a/python/.envrc +++ b/templates/unmaintained/python/.envrc diff --git a/python/.gitignore b/templates/unmaintained/python/.gitignore index 9ae393f..9ae393f 100644 --- a/python/.gitignore +++ b/templates/unmaintained/python/.gitignore diff --git a/python/COPYING b/templates/unmaintained/python/COPYING index f288702..f288702 100644 --- a/python/COPYING +++ b/templates/unmaintained/python/COPYING diff --git a/python/LICENSE.spdx b/templates/unmaintained/python/LICENSE.spdx index ecb7d83..ecb7d83 100644 --- a/python/LICENSE.spdx +++ b/templates/unmaintained/python/LICENSE.spdx diff --git a/python/README.md b/templates/unmaintained/python/README.md index aa95851..aa95851 100644 --- a/python/README.md +++ b/templates/unmaintained/python/README.md diff --git a/python/TODO/__init__.py b/templates/unmaintained/python/TODO/__init__.py index 763fb8a..46b4ca5 100755 --- a/python/TODO/__init__.py +++ b/templates/unmaintained/python/TODO/__init__.py @@ -1,3 +1,2 @@ def main(): print("Hello world!") - diff --git a/python/cog.toml b/templates/unmaintained/python/cog.toml index 2046e84..4f78064 100644 --- a/python/cog.toml +++ b/templates/unmaintained/python/cog.toml @@ -4,16 +4,14 @@ ignore_merge_commits = false pre_package_bump_hooks = [] post_package_bump_hooks = [] -branch_whitelist = [ - "prime", -] +branch_whitelist = ["prime"] pre_bump_hooks = [ - "nix build", # verify the project builds + "nix build", # verify the project builds ] post_bump_hooks = [ - "git push", - "git push origin v{{version}}", # push the new tag to origin + "git push", + "git push origin v{{version}}", # push the new tag to origin ] [commit_types] diff --git a/python/flake.nix b/templates/unmaintained/python/flake.nix index 36c7478..36c7478 100644 --- a/python/flake.nix +++ b/templates/unmaintained/python/flake.nix diff --git a/python/requirements.txt b/templates/unmaintained/python/requirements.txt index e69de29..e69de29 100644 --- a/python/requirements.txt +++ b/templates/unmaintained/python/requirements.txt diff --git a/python/setup.cfg b/templates/unmaintained/python/setup.cfg index 2c6d24f..2c6d24f 100644 --- a/python/setup.cfg +++ b/templates/unmaintained/python/setup.cfg diff --git a/python/setup.py b/templates/unmaintained/python/setup.py index 6068493..6068493 100644 --- a/python/setup.py +++ b/templates/unmaintained/python/setup.py |