Skip to content

Commit a98b569

Browse files
committed
ci: Remove setuptools requirement for build-system
This may impact package maintainer downstream. See also: python-poetry/poetry#34 (comment)
1 parent 761b4f5 commit a98b569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,5 +130,5 @@ exclude_lines = [
130130
]
131131

132132
[build-system]
133-
requires = ["poetry_core>=1.0.0", "setuptools>50"]
133+
requires = ["poetry_core>=1.0.0"]
134134
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)