##// END OF EJS Templates
make sdist flags work again (e.g. --manifest-only)...
Paul Ivanov -
Show More
@@ -193,9 +193,9 b' data_files = find_data_files()'
193
193
194 # For some commands, use setuptools. Note that we do NOT list install here!
194 # For some commands, use setuptools. Note that we do NOT list install here!
195 # If you want a setuptools-enhanced install, just run 'setupegg.py install'
195 # If you want a setuptools-enhanced install, just run 'setupegg.py install'
196 needs_setuptools = set(('develop', 'sdist', 'release', 'bdist_egg', 'bdist_rpm',
196 needs_setuptools = set(('develop', 'release', 'bdist_egg', 'bdist_rpm',
197 'bdist', 'bdist_dumb', 'bdist_wininst', 'install_egg_info',
197 'bdist', 'bdist_dumb', 'bdist_wininst', 'install_egg_info',
198 'build_sphinx', 'egg_info', 'easy_install', 'upload',
198 'egg_info', 'easy_install', 'upload',
199 ))
199 ))
200 if sys.platform == 'win32':
200 if sys.platform == 'win32':
201 # Depend on setuptools for install on *Windows only*
201 # Depend on setuptools for install on *Windows only*
General Comments 0
You need to be logged in to leave comments. Login now