We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce8c6bb commit c0950a6Copy full SHA for c0950a6
pyproject.toml
@@ -1,5 +1,5 @@
1
[build-system]
2
-requires = ["setuptools>=51.1.1", "wheel", "setuptools_scm[toml]>=5.0"]
+requires = ["setuptools>=75.6.0", "wheel", "setuptools_scm[toml]>=5.0"]
3
4
[tool.mypy]
5
exclude = "build/"
setup.py
@@ -20,7 +20,7 @@
20
"mdformat-pyproject>=0.0.2", # Allows configuring in pyproject.toml
21
],
22
"release": [ # `release` GitHub Action job uses this
23
- "setuptools", # Installation tool
+ "setuptools>=75.6.0", # Installation tool
24
"wheel", # Packaging tool
25
"twine", # Package upload tool
26
0 commit comments