Skip to content

Commit afa18ef

Browse files
authored
Update setuptools config (#928)
Remove wheel dependency and version number to match setuptools docs: 'https://setuptools.pypa.io/en/latest/userguide/quickstart.html#basic-use' These were in the setuptools docs accidentally and later removed, as reported to Django in https://code.djangoproject.com/ticket/33778
1 parent bdb080b commit afa18ef

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,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools >= 40.6.0", "wheel"]
2+
requires = ["setuptools"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.black]

0 commit comments

Comments
 (0)