Skip to content

Commit

Permalink
switch wheel package requirement from setup to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-schick committed Jun 19, 2022
1 parent 7b91726 commit 4142685
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build-system]
requires = ["setuptools >= 40.6.0", "wheel"]
requires = ["setuptools >= 40.6.0", "wheel >= 0.31"]
build-backend = "setuptools.build_meta"
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ install_requires =
pythondialog>=3.4.0
more-itertools>=3.1.0
psutil>=5.4.0
wheel>=0.31
requests>=2.19.1

[options.package_data]
Expand Down

0 comments on commit 4142685

Please sign in to comment.