Skip to content

Commit

Permalink
just a try
Browse files Browse the repository at this point in the history
  • Loading branch information
qdelamea-aneo committed Nov 21, 2024
1 parent 24afbc3 commit 115c300
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,3 @@ dev = [

[project.scripts]
armonik = "armonik_cli.cli:cli"

[tool.setuptools_scm]
version_scheme = "post-release"
version_file = "src/armonik_cli/_version.py"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ def get_local_schema(version: ScmVersion) -> str:
return ""


setup(use_scm_version={"local_scheme": get_local_schema})
setup(use_scm_version={"version_scheme": "post-release", "local_scheme": get_local_schema, "version_file": "src/armonik_cli/_version.py"})

0 comments on commit 115c300

Please sign in to comment.