Skip to content

Commit

Permalink
Merge pull request #368 from mgorny/wheel
Browse files Browse the repository at this point in the history
Remove redundant wheel dep from pyproject.toml
  • Loading branch information
brunato authored Sep 22, 2023
2 parents 05af170 + 8ef7959 commit a3c1e2b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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", "wheel"]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ commands =

[testenv:build]
deps =
setuptools
wheel
build
commands =
python -m build

0 comments on commit a3c1e2b

Please sign in to comment.