[Python-checkins] CVS: distutils setup.py,1.12,1.13

Greg Ward python-dev@python.org
Thu, 20 Apr 2000 22:31:59 -0400 (EDT)


Update of /projects/cvsroot/distutils
In directory newcnri:/tmp/cvs-serv17112

Modified Files:
	setup.py 
Log Message:
Supply the licence type.

Index: setup.py
===================================================================
RCS file: /projects/cvsroot/distutils/setup.py,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** setup.py	2000/04/19 02:23:20	1.12
--- setup.py	2000/04/21 02:31:55	1.13
***************
*** 7,11 ****
  # created 1999/03 Greg Ward
  
! __revision__ = "$Id: setup.py,v 1.12 2000/04/19 02:23:20 gward Exp $"
  
  from distutils.core import setup
--- 7,11 ----
  # created 1999/03 Greg Ward
  
! __revision__ = "$Id: setup.py,v 1.13 2000/04/21 02:31:55 gward Exp $"
  
  from distutils.core import setup
***************
*** 17,20 ****
--- 17,21 ----
         author_email = "gward@python.net",
         url = "http://www.python.org/sigs/distutils-sig/",
+        licence = "Python",
  
         # This implies all pure Python modules in ./distutils/ and