Skip to content

Commit

Permalink
update the scm root in setup.py as well as pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
lboeman committed Sep 20, 2023
1 parent a5f38bf commit cd373e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
],
use_scm_version={
"write_to": "api/esprr_api/_version.py",
"root": "api/../..",
"root": "..",
},
setup_requires=["setuptools_scm"],
entry_points={"console_scripts": []},
Expand Down

0 comments on commit cd373e5

Please sign in to comment.