Skip to content

Commit 2303b65

Browse files
Merge pull request #450 from pypa/bugfix/448-pyproject-remove-jaraco.windows
fix #448: remove the missed jaraco.windows reference
2 parents 6d3e0f2 + a1b2469 commit 2303b65

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,3 +1,3 @@
11
[build-system]
2-
requires = ["setuptools>=34.4", "wheel", "jaraco.windows; python_version < '3'"]
2+
requires = ["setuptools>=34.4", "wheel"]
33
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)