Commit f3bed845 authored by PJ Eby's avatar PJ Eby

Fix typo. :(

--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041780
parent d88c2b8c
...@@ -40,7 +40,7 @@ setup( ...@@ -40,7 +40,7 @@ setup(
test_suite = 'setuptools.tests.test_suite', test_suite = 'setuptools.tests.test_suite',
packages = find_packages(), packages = find_packages(),
package_data = {'setuptools':'*.exe'}, package_data = {'setuptools':['*.exe']},
py_modules = ['pkg_resources', 'easy_install', 'site'], py_modules = ['pkg_resources', 'easy_install', 'site'],
zip_safe = False, # We want 'python -m easy_install' to work, for now :( zip_safe = False, # We want 'python -m easy_install' to work, for now :(
......
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