[Python-checkins] CVS: distutils setup.py,1.23,1.24

Greg Ward python-dev@python.org
Tue, 26 Sep 2000 17:17:00 -0700


Update of /cvsroot/python/distutils
In directory slayer.i.sourceforge.net:/tmp/cvs-serv3670

Modified Files:
	setup.py 
Log Message:
Bump version to 0.9.4.
Tweak long_description.

Index: setup.py
===================================================================
RCS file: /cvsroot/python/distutils/setup.py,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -r1.23 -r1.24
*** setup.py	2000/09/26 02:51:09	1.23
--- setup.py	2000/09/27 00:16:55	1.24
***************
*** 12,16 ****
  
  setup (name = "Distutils",
!        version = "0.9.3",
         description = "Python Distribution Utilities",
         author = "Greg Ward",
--- 12,16 ----
  
  setup (name = "Distutils",
!        version = "0.9.4",
         description = "Python Distribution Utilities",
         author = "Greg Ward",
***************
*** 21,25 ****
  A collection of modules to aid in the distribution and installation of
  Python modules, extensions, and (ultimately) applications.  A standard
! part of Python 1.6, but also distributed separately for use with
  Python 1.5.""",
  
--- 21,25 ----
  A collection of modules to aid in the distribution and installation of
  Python modules, extensions, and (ultimately) applications.  A standard
! part of Python 1.6 and 2.0, but also distributed separately for use with
  Python 1.5.""",