Skip to content

Commit 6caea6e

Browse files
committed
chore(pyproject.toml): update poetry-core requirement to version 1.0.0 and add poetry-dynamic-versioning dependency for build system
chore(pyproject.toml): update build-backend to poetry_dynamic_versioning.backend for improved build system functionality
1 parent bdf8e2e commit 6caea6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ warn_unused_ignores = true
6161
strict_optional = true
6262

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

0 commit comments

Comments
 (0)