[Python-checkins] python/nondist/sandbox/setuptools/setuptools __init__.py, 1.3, 1.4
pje@users.sourceforge.net
pje at users.sourceforge.net
Sun Jun 12 23:47:45 CEST 2005
- Previous message: [Python-checkins] python/nondist/sandbox/setuptools ez_setup.py, NONE, 1.1 EasyInstall.txt, 1.10, 1.11 easy_install.py, 1.18, 1.19 pkg_resources.py, 1.28, 1.29 setup.py, 1.11, 1.12
- Next message: [Python-checkins] python/nondist/sandbox/setuptools/setuptools/command bdist_egg.py, 1.15, 1.16
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/python/python/nondist/sandbox/setuptools/setuptools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29239/setuptools
Modified Files:
__init__.py
Log Message:
Add 'ez_setup' bootstrap installer. Prep for 0.4a2 release.
Index: __init__.py
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/setuptools/setuptools/__init__.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- __init__.py 12 Jun 2005 15:49:53 -0000 1.3
+++ __init__.py 12 Jun 2005 21:47:33 -0000 1.4
@@ -8,7 +8,7 @@
from distutils.util import convert_path
import os.path
-__version__ = '0.0.1'
+__version__ = '0.4a2'
__all__ = [
'setup', 'Distribution', 'Feature', 'Command', 'Extension', 'Require',
- Previous message: [Python-checkins] python/nondist/sandbox/setuptools ez_setup.py, NONE, 1.1 EasyInstall.txt, 1.10, 1.11 easy_install.py, 1.18, 1.19 pkg_resources.py, 1.28, 1.29 setup.py, 1.11, 1.12
- Next message: [Python-checkins] python/nondist/sandbox/setuptools/setuptools/command bdist_egg.py, 1.15, 1.16
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Python-checkins
mailing list