Skip to content

Commit cfe7ced

Browse files
committed
pyproject(build-system) poetry -> setuptools
1 parent 32a4594 commit cfe7ced

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ now = true
8282
ignore_patterns = ["*.py.*.py"]
8383

8484
[build-system]
85-
requires = ["poetry_core>=1.0.0"]
86-
build-backend = "poetry.core.masonry.api"
85+
requires = ["setuptools"]
86+
build-backend = "setuptools.build_meta"
8787

8888
[project]
8989
name = "libvcs"

0 commit comments

Comments
 (0)