Skip to content

Commit

Permalink
Merge pull request #22 from PolicyEngine/fix/no-local-tags
Browse files Browse the repository at this point in the history
Prevent setuptools_scm from using local version numbers
  • Loading branch information
nikhilwoodruff authored Sep 7, 2024
2 parents 35f51b7 + dcc360a commit aa8e7ec
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 aa8e7ec

Please sign in to comment.