Skip to content

Commit

Permalink
Fix dynamic versioning build backend (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshalX authored Jun 23, 2023
1 parent 973c7e2 commit 364fab0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ vcs = "git"
style = "pep440"

[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"

[tool.mypy]
python_version = "3.7"
Expand Down

0 comments on commit 364fab0

Please sign in to comment.