Skip to content

Commit 2533bd9

Browse files
build: Remove wheel and attrs from build-system requires (#1788)
* Remove wheel from build-system requires as it is declared by PEP 517's get_requires_for_build_sdist and so already covered. - c.f. https://www.python.org/dev/peps/pep-0517/ * Remove attrs as not required at build time.
1 parent 7428bed commit 2533bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
# Minimum requirements for the build system to execute.
3-
requires = ["wheel", "setuptools>=42.0.0", "attrs>=17.1", "setuptools_scm[toml]>=3.4"]
3+
requires = ["setuptools>=42.0.0", "setuptools_scm[toml]>=3.4"]
44
build-backend = "setuptools.build_meta"
55

66
[tool.setuptools_scm]

0 commit comments

Comments
 (0)