We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d1a850 commit 1f9c9aeCopy full SHA for 1f9c9ae
setup.py
@@ -43,7 +43,7 @@
43
# For some commands, use setuptools
44
if len(set(('develop', 'release', 'bdist_egg', 'bdist_rpm',
45
'bdist_wininst', 'install_egg_info', 'build_sphinx',
46
- 'egg_info', 'easy_install', 'upload',
+ 'egg_info', 'easy_install', 'upload', 'bdist_wheel',
47
'--single-version-externally-managed',
48
)).intersection(sys.argv)) > 0:
49
import setuptools
0 commit comments