[Python-checkins] CVS: distutils setup.py,1.28,1.29

A.M. Kuchling akuchling@users.sourceforge.net
Fri, 23 Mar 2001 09:30:58 -0800


Update of /cvsroot/python/distutils
In directory usw-pr-cvs1:/tmp/cvs-serv3211

Modified Files:
	setup.py 
Log Message:
Bow to the inevitable and add my name as maintainer


Index: setup.py
===================================================================
RCS file: /cvsroot/python/distutils/setup.py,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -r1.28 -r1.29
*** setup.py	2001/03/16 21:00:18	1.28
--- setup.py	2001/03/23 17:30:56	1.29
***************
*** 16,19 ****
--- 16,21 ----
         author = "Greg Ward",
         author_email = "gward@python.net",
+        maintainer = "A.M. Kuchling",
+        maintainer_email = 'amk1@bigfoot.com',
         url = "http://www.python.org/sigs/distutils-sig/",
         licence = "Python",