Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
with help from @hrshdhgd
  • Loading branch information
cmungall authored Mar 21, 2023
1 parent 38faf18 commit 9c8f0a7
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ classifiers = [
"Programming Language :: Python :: 3.9"
]

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

[tool.poetry.scripts]
linkml-data2owl = "linkml_owl.dumpers.owl_dumper:cli"

Expand All @@ -45,5 +50,5 @@ mkdocs = "^1.2.3"
black = "^22.10.0"

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

0 comments on commit 9c8f0a7

Please sign in to comment.