Skip to content

Commit 4cb4ad0

Browse files
authored
Remove wheel as a build-dep (PP003) (#84)
# References and relevant issues Per #76 https://learn.scientific-python.org/development/guides/packaging-classic#PP003 # Description Removes wheel from build-system requires
1 parent b7edcef commit 4cb4ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/pyproject.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ testing = [
7171
{%- endif %}
7272

7373
[build-system]
74-
requires = ["setuptools>=42.0.0", "wheel", "setuptools_scm"]
74+
requires = ["setuptools>=42.0.0", "setuptools_scm"]
7575
build-backend = "setuptools.build_meta"
7676

7777
[tool.setuptools]

0 commit comments

Comments
 (0)