We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38faf18 commit 9c8f0a7Copy full SHA for 9c8f0a7
pyproject.toml
@@ -25,6 +25,11 @@ classifiers = [
25
"Programming Language :: Python :: 3.9"
26
]
27
28
+[tool.poetry-dynamic-versioning]
29
+enable = true
30
+vcs = "git"
31
+style = "pep440"
32
+
33
[tool.poetry.scripts]
34
linkml-data2owl = "linkml_owl.dumpers.owl_dumper:cli"
35
@@ -45,5 +50,5 @@ mkdocs = "^1.2.3"
45
50
black = "^22.10.0"
46
51
47
52
[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