[Python-checkins] distutils snapshot_setup.py,1.1,1.2

akuchling at users.sourceforge.net akuchling at users.sourceforge.net
Fri Oct 24 14:23:33 EDT 2003


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

Modified Files:
	snapshot_setup.py 
Log Message:
Add current maintainer; fix old option name

Index: snapshot_setup.py
===================================================================
RCS file: /cvsroot/python/distutils/snapshot_setup.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** snapshot_setup.py	8 Jun 2000 01:18:36 -0000	1.1
--- snapshot_setup.py	24 Oct 2003 18:23:31 -0000	1.2
***************
*** 16,21 ****
         author = "Greg Ward",
         author_email = "gward at python.net",
         url = "http://www.python.org/sigs/distutils-sig/",
!        licence = "Python",
  
         packages = ['distutils', 'distutils.command'],
--- 16,23 ----
         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/",
!        license = "Python",
  
         packages = ['distutils', 'distutils.command'],





More information about the Python-checkins mailing list