Skip to content

Commit

Permalink
Unpin setuptools build dependency (pylint-dev#8961)
Browse files Browse the repository at this point in the history
This allows building with newer versions of setuptools. We also can
remove explicitly requiring wheel, because setuptools will ask for it
for us when a wheel is built.
  • Loading branch information
tjni authored Aug 17, 2023
1 parent 456bf76 commit fd80514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools~=66.1", "wheel~=0.37.1"]
requires = ["setuptools>=66.1"]
build-backend = "setuptools.build_meta"

[project]
Expand Down

0 comments on commit fd80514

Please sign in to comment.