Skip to content

Commit

Permalink
ENH: use setuptools for bdist_wheel command
Browse files Browse the repository at this point in the history
Enable wheel building by importing setuptools.
  • Loading branch information
matthew-brett authored and amueller committed May 4, 2014
1 parent 9d1a850 commit 1f9c9ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
# For some commands, use setuptools
if len(set(('develop', 'release', 'bdist_egg', 'bdist_rpm',
'bdist_wininst', 'install_egg_info', 'build_sphinx',
'egg_info', 'easy_install', 'upload',
'egg_info', 'easy_install', 'upload', 'bdist_wheel',
'--single-version-externally-managed',
)).intersection(sys.argv)) > 0:
import setuptools
Expand Down

0 comments on commit 1f9c9ae

Please sign in to comment.