[Python-checkins] CVS: distutils setup.py,1.15,1.16
Greg Ward
python-dev@python.org
Thu, 1 Jun 2000 19:23:44 -0700
Update of /cvsroot/python/distutils
In directory slayer.i.sourceforge.net:/tmp/cvs-serv14958
Modified Files:
setup.py
Log Message:
Bumped version number to 0.9pre (there will be a couple of code snapshots
before the real release, but I want to make it clear that a major new
release is on the way).
Index: setup.py
===================================================================
RCS file: /cvsroot/python/distutils/setup.py,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** setup.py 2000年04月26日 02:27:47 1.15
--- setup.py 2000年06月02日 02:23:42 1.16
***************
*** 7,16 ****
# created 1999/03 Greg Ward
! __revision__ = "$Id: setup.py,v 1.15 2000年04月26日 02:27:47 gward Exp $"
from distutils.core import setup
setup (name = "Distutils",
! version = "0.8.2",
description = "Python Distribution Utilities",
author = "Greg Ward",
--- 7,16 ----
# created 1999/03 Greg Ward
! __revision__ = "$Id: setup.py,v 1.16 2000年06月02日 02:23:42 gward Exp $"
from distutils.core import setup
setup (name = "Distutils",
! version = "0.9pre",
description = "Python Distribution Utilities",
author = "Greg Ward",