summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2005-07-12 05:31:36 +0000
committerPJ Eby <distutils-sig@python.org>2005-07-12 05:31:36 +0000
commit3efcdec07fa19acd77cb3a5a38ef5052b509681a (patch)
treed506ac75836fa123fb75b5c1a91cf3fb2bac0382 /setup.py
parentcd6fbcf869468bc61cc071b2751d858054ce8549 (diff)
downloadpython-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-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 71c0e846..8957af68 100755
--- a/setup.py
+++ b/setup.py
@@ -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,