Skip to content

Commit

Permalink
no local name in version
Browse files Browse the repository at this point in the history
  • Loading branch information
adrn committed Dec 31, 2023
1 parent 23ccb53 commit 594c7f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ build.hooks.vcs.version-file = "src/pyia/_version.py"
features = ["test"]
scripts.test = "pytest {args}"

[tool.setuptools_scm]
# Enables uploads to testpypi - see https://github.com/pypa/setuptools_scm/issues/342
local_scheme = "no-local-version"

[tool.pytest.ini_options]
minversion = "6.0"
Expand Down

0 comments on commit 594c7f3

Please sign in to comment.