Skip to content

Commit 68bba04

Browse files
committed
Add setuptools>60 to pyproject.toml (until we deprecate setup.py)
1 parent 6116998 commit 68bba04

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
@@ -81,5 +81,5 @@ format = ["black", "isort"]
8181
lint = ["flake8"]
8282

8383
[build-system]
84-
requires = ["poetry_core>=1.0.0"]
84+
requires = ["poetry_core>=1.0.0", "setuptools>60"]
8585
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)