Skip to content

Commit

Permalink
chore: update setuptools for pep-625 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwise-constructs authored Dec 4, 2024
1 parent ee938e0 commit 57221b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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>=51.1.1", "wheel", "setuptools_scm[toml]>=5.0"]
requires = ["setuptools>=75.6.0", "wheel", "setuptools_scm[toml]>=5.0"]

[tool.mypy]
exclude = "build/"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"towncrier>=19.2.0, <20", # Generate release notes
],
"release": [ # `release` GitHub Action job uses this
"setuptools", # Installation tool
"setuptools>=75.6.0", # Installation tool
"setuptools-scm", # Installation tool
"wheel", # Packaging tool
"twine", # Package upload tool
Expand Down

0 comments on commit 57221b8

Please sign in to comment.