Skip to content

Commit

Permalink
Remove local scheme from versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewJA authored Sep 2, 2021
1 parent d16553d commit 5165d88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tools/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ def run(self):
version = setuptools_scm.get_version(
root='..',
write_to='Tools' / VERSION_FILE_PATH,
relative_to=__file__)
relative_to=__file__,
local_scheme=lambda _: '')
except (LookupError, FileNotFoundError):
# python -m build will trip the FNFError
try:
Expand Down

0 comments on commit 5165d88

Please sign in to comment.