Skip to content

Commit 1f9c9ae

Browse files
matthew-brettamueller
authored andcommitted
ENH: use setuptools for bdist_wheel command
Enable wheel building by importing setuptools.
1 parent 9d1a850 commit 1f9c9ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
# For some commands, use setuptools
4444
if len(set(('develop', 'release', 'bdist_egg', 'bdist_rpm',
4545
'bdist_wininst', 'install_egg_info', 'build_sphinx',
46-
'egg_info', 'easy_install', 'upload',
46+
'egg_info', 'easy_install', 'upload', 'bdist_wheel',
4747
'--single-version-externally-managed',
4848
)).intersection(sys.argv)) > 0:
4949
import setuptools

0 commit comments

Comments
 (0)