Commit f09fb93d authored by PJ Eby's avatar PJ Eby

Fixed not being able to use python -m easy_install.

--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041122
parent 653e048d
......@@ -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 :(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment