Skip to content

Commit 62b1b68

Browse files
committed
Configure pyproject.toml build-backend for poetry-dynamic-versioning
1 parent 85d5f74 commit 62b1b68

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
requires = ["poetry-core>=1.2.0", "poetry-dynamic-versioning"]
3-
build-backend = "poetry.core.masonry.api"
3+
build-backend = "poetry_dynamic_versioning.backend"
44

55
[tool.poetry]
66
name = "cookie-python"

{{cookiecutter.project_name}}/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
requires = ["poetry-core>=1.2.0", "poetry-dynamic-versioning"]
3-
build-backend = "poetry.core.masonry.api"
3+
build-backend = "poetry_dynamic_versioning.backend"
44

55
[tool.poetry]
66
name = "{{ cookiecutter.project_name }}"

0 commit comments

Comments
 (0)