diff options
author | PJ Eby <distutils-sig@python.org> | 2005-07-12 05:31:36 +0000 |
---|---|---|
committer | PJ Eby <distutils-sig@python.org> | 2005-07-12 05:31:36 +0000 |
commit | 3efcdec07fa19acd77cb3a5a38ef5052b509681a (patch) | |
tree | d506ac75836fa123fb75b5c1a91cf3fb2bac0382 /setup.py | |
parent | cd6fbcf869468bc61cc071b2751d858054ce8549 (diff) | |
download | python-setuptools-git-3efcdec07fa19acd77cb3a5a38ef5052b509681a.tar.gz |
Fix bugs and implement features reported/requested by folks on the
Distutils-SIG.
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041117
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ setup( test_suite = 'setuptools.tests.test_suite', packages = find_packages(), - py_modules = ['pkg_resources'], + py_modules = ['pkg_resources', 'easy_install'], scripts = ['easy_install.py'], zip_safe = True, |