Skip to content

Commit 8875759

Browse files
authored
Update setup tools to latest version (#415)
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.
1 parent 2bb7c85 commit 8875759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ requires-python = ">=3.11"
3333
homepage = "https://pedpy.readthedocs.io/"
3434

3535
[build-system]
36-
requires = ["setuptools>=42", "wheel", "versioningit"]
36+
requires = ["setuptools>=75", "wheel", "versioningit"]
3737
build-backend = "setuptools.build_meta"
3838

3939
[tool.versioningit.vcs]

0 commit comments

Comments
 (0)