Skip to content

Commit 736ee76

Browse files
authored
chore: update setuptools (#39)
1 parent 3c0633c commit 736ee76

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,<8"]
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
@@ -34,7 +34,7 @@
3434
"sphinx-plausible>=0.1.2,<0.2",
3535
],
3636
"release": [ # `release` GitHub Action job uses this
37-
"setuptools", # Installation tool
37+
"setuptools>=75.6.0", # Installation tool
3838
"setuptools-scm", # Installation tool
3939
"wheel", # Packaging tool
4040
"twine", # Package upload tool

0 commit comments

Comments
 (0)