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 06f2804 commit be35c0f
Showing 1 changed file with 1 addition and 1 deletion.
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 be35c0f

Please sign in to comment.