Skip to content

Commit

Permalink
enable dynamic versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
the-infinity committed Mar 15, 2024
1 parent 5b09e89 commit 677b3bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,17 @@ testing = [
[build-system]
requires = [
"setuptools",
# "setuptools_scm",
"setuptools_scm",
"wheel",
]
build-backend = "setuptools.build_meta"

[tool.setuptools.package-data]
"pkgname" = ["py.typed"]

#[tool.setuptools_scm]
#write_to = "src/parkapi_sources/_version.py"
#version_scheme = "post-release"
[tool.setuptools_scm]
write_to = "src/parkapi_sources/_version.py"
version_scheme = "post-release"

[tool.pytest.ini_options]
addopts = "-ra --import-mode=importlib --cov-context=test --cov-report="
Expand Down

0 comments on commit 677b3bb

Please sign in to comment.