Skip to content

Commit

Permalink
fix: Prevent setuptools_scm from using local version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
anth-volk committed Sep 6, 2024
1 parent 35f51b7 commit dcc360a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ include-package-data = true

[tool.setuptools_scm]
write_to = "policyengine_us_data/_version.py"
version_scheme = "no-guess-dev"
local_scheme = "no-local-version"

[tool.pytest.ini_options]
addopts = "-v"
Expand Down

0 comments on commit dcc360a

Please sign in to comment.