Skip to content

Commit 9c8f0a7

Browse files
authored
Update pyproject.toml
with help from @hrshdhgd
1 parent 38faf18 commit 9c8f0a7

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

pyproject.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ classifiers = [
2525
"Programming Language :: Python :: 3.9"
2626
]
2727

28+
[tool.poetry-dynamic-versioning]
29+
enable = true
30+
vcs = "git"
31+
style = "pep440"
32+
2833
[tool.poetry.scripts]
2934
linkml-data2owl = "linkml_owl.dumpers.owl_dumper:cli"
3035

@@ -45,5 +50,5 @@ mkdocs = "^1.2.3"
4550
black = "^22.10.0"
4651

4752
[build-system]
48-
requires = ["poetry-core>=1.0.0"]
49-
build-backend = "poetry.core.masonry.api"
53+
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning"]
54+
build-backend = "poetry_dynamic_versioning.backend"

0 commit comments

Comments
 (0)