diff options
author | phillip.eby <phillip.eby@6015fed2-1504-0410-9fe1-9d1591cc4771> | 2005-12-20 17:18:31 +0000 |
---|---|---|
committer | phillip.eby <phillip.eby@6015fed2-1504-0410-9fe1-9d1591cc4771> | 2005-12-20 17:18:31 +0000 |
commit | 8df5517ec29be02faa44f8abaa4454b605f57ccc (patch) | |
tree | 16778fbb48102e7182f479b810c3e450055df15d /setup.py | |
parent | f37681b82a530bfad239d145dfa1fecbd329bc4e (diff) | |
download | python-setuptools-8df5517ec29be02faa44f8abaa4454b605f57ccc.tar.gz |
Fix typo. :(
git-svn-id: http://svn.python.org/projects/sandbox/trunk/setuptools@41780 6015fed2-1504-0410-9fe1-9d1591cc4771
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ setup( test_suite = 'setuptools.tests.test_suite', packages = find_packages(), - package_data = {'setuptools':'*.exe'}, + package_data = {'setuptools':['*.exe']}, py_modules = ['pkg_resources', 'easy_install', 'site'], zip_safe = False, # We want 'python -m easy_install' to work, for now :( |