Skip to content

Commit 60ffc66

Browse files
authored
Update setup tools to latest version (#416)
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 b095751 commit 60ffc66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
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)