Skip to content

Commit

Permalink
add config to pyproject.toml for dynamic version
Browse files Browse the repository at this point in the history
  • Loading branch information
sierra-moxon committed Aug 14, 2024
1 parent bfa27f0 commit 897c61b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,11 @@ click = "^8.1.7"
chardet = "^5.2.0"
pytest-mock = "^3.14.0"


[build-system]
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning"]
build-backend = "poetry_dynamic_versioning.backend"
build-backend = "poetry_dynamic_versioning.backend"

[tool.poetry-dynamic-versioning]
enable = true
vcs = "git"
style = "pep440"

0 comments on commit 897c61b

Please sign in to comment.