[Python-checkins] distutils setup.py,1.32,1.33

akuchling at users.sourceforge.net akuchling at users.sourceforge.net
Wed Oct 22 21:20:24 EDT 2003


Update of /cvsroot/python/distutils
In directory sc8-pr-cvs1:/tmp/cvs-serv14069

Modified Files:
	setup.py 
Log Message:
Bump version number; update my e-mail address

Index: setup.py
===================================================================
RCS file: /cvsroot/python/distutils/setup.py,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** setup.py	19 Nov 2002 14:29:35 -0000	1.32
--- setup.py	23 Oct 2003 01:20:21 -0000	1.33
***************
*** 10,19 ****
  
  setup (name = "Distutils",
!        version = "1.0.3",
         description = "Python Distribution Utilities",
         author = "Greg Ward",
         author_email = "gward at python.net",
         maintainer = "A.M. Kuchling",
!        maintainer_email = 'amk1 at bigfoot.com',
         url = "http://www.python.org/sigs/distutils-sig/",
         licence = "Python",
--- 10,19 ----
  
  setup (name = "Distutils",
!        version = "1.1",
         description = "Python Distribution Utilities",
         author = "Greg Ward",
         author_email = "gward at python.net",
         maintainer = "A.M. Kuchling",
!        maintainer_email = 'amk at amk.ca',
         url = "http://www.python.org/sigs/distutils-sig/",
         licence = "Python",
***************
*** 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.""",
  
--- 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 2.x, but also distributed separately for use with
  Python 1.5.""",
  





More information about the Python-checkins mailing list