Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3215a99

Browse filesBrowse 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
Copy full SHA for 3215a99

File tree

Expand file treeCollapse file tree

2 files changed

+0
-4
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+0
-4
lines changed

‎pyproject.toml

Copy file name to clipboardExpand all lines: pyproject.toml
-2Lines 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

Copy file name to clipboardExpand all lines: tox.ini
-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.