Skip to content

Commit

Permalink
Update setup tools to latest version (#416)
Browse files Browse the repository at this point in the history
When uploading to PyPI a deprecation warning was sent, stating that the
binary file name did not contain the normalized project name "pedpy".
This is solved by using a more modern version of the setuptools.
  • Loading branch information
schroedtert authored Mar 2, 2025
1 parent b095751 commit 60ffc66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ requires-python = ">=3.11"
homepage = "https://pedpy.readthedocs.io/"

[build-system]
requires = ["setuptools>=42", "wheel", "versioningit"]
requires = ["setuptools>=75", "wheel", "versioningit"]
build-backend = "setuptools.build_meta"

[tool.versioningit.vcs]
Expand Down

0 comments on commit 60ffc66

Please sign in to comment.