From a924f50c0f7b84127391f1c396326258c2b303e2 2011-10-13 00:48:47 From: Paul Ivanov Date: 2011-10-13 00:48:47 Subject: [PATCH] make sdist flags work again (e.g. --manifest-only) also removed build_sphinx target, since that was joblib specific --- diff --git a/setup2.py b/setup2.py index 1c12356..f065fc8 100755 --- a/setup2.py +++ b/setup2.py @@ -193,9 +193,9 @@ data_files = find_data_files() # For some commands, use setuptools. Note that we do NOT list install here! # If you want a setuptools-enhanced install, just run 'setupegg.py install' -needs_setuptools = set(('develop', 'sdist', 'release', 'bdist_egg', 'bdist_rpm', +needs_setuptools = set(('develop', 'release', 'bdist_egg', 'bdist_rpm', 'bdist', 'bdist_dumb', 'bdist_wininst', 'install_egg_info', - 'build_sphinx', 'egg_info', 'easy_install', 'upload', + 'egg_info', 'easy_install', 'upload', )) if sys.platform == 'win32': # Depend on setuptools for install on *Windows only*