Skip to content

Commit

Permalink
Restore scm versioning
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Mueller <[email protected]>
  • Loading branch information
johannes-mueller committed Oct 26, 2023
1 parent d5ce0f6 commit b9d9c4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
requires = ["setuptools>=46.1.0", "setuptools_scm[toml]>=5", "wheel"]
build-backend = "setuptools.build_meta"

#[tool.setuptools_scm]
[tool.setuptools_scm]
# See configuration details in https://github.com/pypa/setuptools_scm
#version_scheme = "no-guess-dev"
version_scheme = "no-guess-dev"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

if __name__ == "__main__":
try:
setup(use_scm_version=False) #use_scm_version={"version_scheme": "no-guess-dev"}
setup(use_scm_version={"version_scheme": "no-guess-dev"})
except: # noqa
print(
"\n\nAn error occurred while building the project, "
Expand Down

0 comments on commit b9d9c4a

Please sign in to comment.