Skip to content

Commit

Permalink
Redundant wheel dependency in pyproject.toml (#2562)
Browse files Browse the repository at this point in the history
The `wheel` dependency is added by the backend automatically.

Listing it explicitly in the documentation was a historical mistake
and has been fixed since:
	pypa/setuptools@f7d30a9
  • Loading branch information
DimitriPapadopoulos committed Oct 27, 2022
1 parent b00b33e commit a84a7db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ homepage = "https://github.com/codespell-project/codespell"
repository = "https://github.com/codespell-project/codespell"

[build-system]
requires = ["setuptools>=64", "setuptools_scm[toml]>=6.2", "wheel"]
requires = ["setuptools>=64", "setuptools_scm[toml]>=6.2"]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
Expand Down

0 comments on commit a84a7db

Please sign in to comment.