Skip to content

Commit 35328f7

Browse files
authored
Update build-backend to use poetry.core
1 parent 1b2f4c4 commit 35328f7

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
@@ -29,7 +29,7 @@ requires-poetry = ">=2.0"
2929

3030
[build-system]
3131
requires = ["poetry-core>=2.0.0,<3.0.0"]
32-
build-backend = "poetry.masonry.api"
32+
build-backend = "poetry.core.masonry.api"
3333

3434
[project.scripts]
3535
datapackage-to-datasette = 'datapackage_to_datasette.cli:main'

0 commit comments

Comments
 (0)