Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Commit

Permalink
Fix PR13: Finally activate poetry-dynamic-versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
dalito committed Jun 30, 2023
1 parent 2a1f5f1 commit 0f60e2e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[build-system]
#requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning"]
#build-backend = "poetry_dynamic_versioning.backend"
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"

[tool.poetry]
name = "vocexcel"
Expand Down

0 comments on commit 0f60e2e

Please sign in to comment.