We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38f8b56 commit 6b5fb32Copy full SHA for 6b5fb32
pyproject.toml
@@ -1,10 +1,6 @@
1
[build-system]
2
build-backend = 'setuptools.build_meta'
3
-requires = [
4
- # avoid moving to https://github.com/pypa/setuptools/issues/3593
5
- # until we're ready
6
- "setuptools>=61.0,<69.3",
7
-]
+requires = ['setuptools >= 47', 'wheel']
8
9
[tool.black]
10
line-length = 79
0 commit comments