Skip to content

Commit

Permalink
ENH: make bdist_rpm work
Browse files Browse the repository at this point in the history
  • Loading branch information
GaelVaroquaux committed Jul 26, 2013
1 parent 8f4d076 commit 8fe7121
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
if len(set(('develop', 'release', 'bdist_egg', 'bdist_rpm',
'bdist_wininst', 'install_egg_info', 'build_sphinx',
'egg_info', 'easy_install', 'upload',
'--single-version-externally-managed',
)).intersection(sys.argv)) > 0:
import setuptools
extra_setuptools_args = dict(
Expand Down

0 comments on commit 8fe7121

Please sign in to comment.