Skip to content

Commit 3215a99

Browse files
mgornytomschr
andauthored
Remove incorrect dependencies in pyproject.toml (#405)
* Remove redundant wheel dep from pyproject.toml Remove the redundant `wheel` dependency, as it is added by the backend automatically. Listing it explicitly in the documentation was a historical mistake and has been fixed since, see: pypa/setuptools@f7d30a9 * Add build into deps (prepare-dist) Co-authored-by: Tom Schraitle <tomschr@users.noreply.github.com>
1 parent 3a7680d commit 3215a99

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ requires = [
1010
# sync with setup.py until we discard non-pep-517/518
1111
"setuptools",
1212
"setuptools-scm",
13-
"wheel",
14-
"build",
1513
]
1614
build-backend = "setuptools.build_meta"
1715

tox.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,7 @@ commands = make -C docs man
9999
description = Prepare for TestPyPI
100100
basepython = python3
101101
deps =
102-
wheel
103102
twine
104-
# PEP 517 build frontend
105103
build
106104
commands =
107105
# Same as python3 -m build

0 commit comments

Comments
 (0)