Skip to content

Commit c0950a6

Browse files
committed
fix: build installation
1 parent ce8c6bb commit c0950a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=51.1.1", "wheel", "setuptools_scm[toml]>=5.0"]
2+
requires = ["setuptools>=75.6.0", "wheel", "setuptools_scm[toml]>=5.0"]
33

44
[tool.mypy]
55
exclude = "build/"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"mdformat-pyproject>=0.0.2", # Allows configuring in pyproject.toml
2121
],
2222
"release": [ # `release` GitHub Action job uses this
23-
"setuptools", # Installation tool
23+
"setuptools>=75.6.0", # Installation tool
2424
"wheel", # Packaging tool
2525
"twine", # Package upload tool
2626
],

0 commit comments

Comments
 (0)