mirror of
https://github.com/andrewthetechie/py-healthchecks.io.git
synced 2026-05-01 19:25:55 +02:00
get versioning working from git tags
This commit is contained in:
@@ -77,5 +77,13 @@ show_error_codes = true
|
||||
show_error_context = true
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[tool.poetry-dynamic-versioning]
|
||||
enable = true
|
||||
vcs = "git"
|
||||
dirty = true
|
||||
|
||||
[tool.poetry-dynamic-versioning.substitution]
|
||||
files = ["src/healthchecks_io/__init__.py"]
|
||||
|
||||
Reference in New Issue
Block a user