[Python-checkins] python/nondist/sandbox/setuptools setup.py, 1.42, 1.43
pje@users.sourceforge.net
pje at users.sourceforge.net
Thu Sep 29 18:49:58 CEST 2005
Update of /cvsroot/python/python/nondist/sandbox/setuptools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19021
Modified Files:
setup.py
Log Message:
Bugfixes. :(
Index: setup.py
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/setuptools/setup.py,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- setup.py 26 Sep 2005 00:46:00 -0000 1.42
+++ setup.py 29 Sep 2005 16:49:54 -0000 1.43
@@ -36,7 +36,7 @@
url = "http://peak.telecommunity.com/DevCenter/setuptools",
test_suite = 'setuptools.tests.test_suite',
packages = find_packages(),
- package_data = {'setuptools': ['launcher.exe']},
+ package_data = {'setuptools': ['*.exe']},
py_modules = ['pkg_resources', 'easy_install'],
zip_safe = False, # We want 'python -m easy_install' to work, for now :(
More information about the Python-checkins
mailing list