Skip to content

Commit 4a0e3fe

Browse files
authored
Remove wheel from setup_requires
When downloading the source and building this locally python-wheel is not required. It is only required for developers who build bdist packages for publishing. The CI jobs that do this already manually install wheel anyway and most documentation I see assumes that will be the case. For distro packagers, having this in here just means we have to include an unused dependency or patch it out.
1 parent d9e7077 commit 4a0e3fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ packages = find:
2525
python_requires = >=3.6
2626
setup_requires =
2727
setuptools_scm
28-
wheel
2928
install_requires =
3029
pyclipper >= 1.1.0.post1
3130
fonttools >= 4.0.2

0 commit comments

Comments
 (0)