Skip to content

Commit b6186d8

Browse files
committed
fix: correct build backend name to use underscores for pip compatibility
1 parent 8f25e81 commit b6186d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ relative_files = true
7171

7272
[build-system]
7373
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning>=1.0.0,<2.0.0"]
74-
build-backend = "poetry-dynamic-versioning.backend"
74+
build-backend = "poetry_dynamic_versioning.backend"

0 commit comments

Comments
 (0)