summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 84f1d346..342a0c2f 100755
--- a/setup.py
+++ b/setup.py
@@ -35,7 +35,7 @@ setup(
packages = find_packages(),
py_modules = ['pkg_resources', 'easy_install'],
scripts = ['easy_install.py'],
- zip_safe = True,
+ zip_safe = False, # We want 'python -m easy_install' to work :(