Skip to content

Commit

Permalink
leave the setuptools version up to setup.py, as it depends on the pyt…
Browse files Browse the repository at this point in the history
…hon version
  • Loading branch information
Caspar van Leeuwen committed Sep 23, 2024
1 parent 8e29e77 commit 101c40b
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>=47", "wheel"]
requires = ["wheel"]
build-backend = "setuptools.build_meta"

[project]
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ project_urls =

[options]
install_requires =
setuptools
setuptools>=61
python_requires = >=3.6
packages = find:
namespace_packages = eessi
Expand Down

0 comments on commit 101c40b

Please sign in to comment.