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

akuchling at users.sourceforge.net akuchling at users.sourceforge.net
Wed Oct 22 21:27:23 EDT 2003


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

Modified Files:
	setup.py 
Log Message:
Use modern option name

Index: setup.py
===================================================================
RCS file: /cvsroot/python/distutils/setup.py,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** setup.py	23 Oct 2003 01:20:21 -0000	1.33
--- setup.py	23 Oct 2003 01:27:20 -0000	1.34
***************
*** 17,21 ****
         maintainer_email = 'amk at amk.ca',
         url = "http://www.python.org/sigs/distutils-sig/",
!        licence = "Python",
         long_description = """\
  A collection of modules to aid in the distribution and installation of
--- 17,21 ----
         maintainer_email = 'amk at amk.ca',
         url = "http://www.python.org/sigs/distutils-sig/",
!        license = "Python",
         long_description = """\
  A collection of modules to aid in the distribution and installation of





More information about the Python-checkins mailing list