Skip to content

Commit

Permalink
build: Use poetry_dynamic_versioning as a build backend
Browse files Browse the repository at this point in the history
  • Loading branch information
bcyran committed Jun 14, 2023
1 parent ac5adbb commit e99d4e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ types-appdirs = "^1.4.3"

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

[tool.poetry-dynamic-versioning]
enable = true
Expand Down

0 comments on commit e99d4e6

Please sign in to comment.