Skip to content

Commit f7b6566

Browse files
committed
Update build system configuration to use Poetry
1 parent 5d2b5d6 commit f7b6566

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
2-
requires = ["setuptools>=64", "setuptools_scm>=8"]
3-
build-backend = "setuptools.build_meta"
2+
requires = ["poetry-core>=1.0.0", "setuptools"]
3+
build-backend = "poetry.core.masonry.api"
44

55

66
[project]

0 commit comments

Comments
 (0)