Skip to content

Commit f89676a

Browse files
author
Bazyli Cyran
committed
build: Set poetry_dynamic_versioning as a build backend
1 parent 27a607c commit f89676a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ sphinx-autobuild = "^2021.3.14"
6262

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

6767
[tool.poetry-dynamic-versioning]
6868
enable = true

0 commit comments

Comments
 (0)