[Python-checkins] distutils setup.cfg,1.3,1.4

akuchling at users.sourceforge.net akuchling at users.sourceforge.net
Fri Oct 24 14:50:40 EDT 2003


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

Modified Files:
	setup.cfg 
Log Message:
Updated file

Index: setup.cfg
===================================================================
RCS file: /cvsroot/python/distutils/setup.cfg,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** setup.cfg	30 Jun 2000 03:45:44 -0000	1.3
--- setup.cfg	24 Oct 2003 18:50:38 -0000	1.4
***************
*** 11,16 ****
  # basis, rather than in the config file for each module distribution.)
  #
- # created 2000/05/31, Greg Ward
- #
  # $Id$
  #
--- 11,14 ----
***************
*** 21,32 ****
  [bdist_rpm]
  release = 1
! packager = Greg Ward <gward at python.net>
  doc_files = CHANGES.txt
              README.txt
-             USAGE.txt
              doc/
              examples/
  
  changelog =
    * Thu Jun 29 2000 Greg Ward <gward at python.net> 0.9
    - Made myself the packager, since I can now create the RPM on my own
--- 19,32 ----
  [bdist_rpm]
  release = 1
! packager = A.M. Kuchling <amk at amk.ca>
  doc_files = CHANGES.txt
              README.txt
              doc/
              examples/
  
  changelog =
+   * Fri Oct 24 2003 A.M. Kuchling <amk at amk.ca> 1.1
+   - Updated for the Distutils 1.1 code base.
+ 
    * Thu Jun 29 2000 Greg Ward <gward at python.net> 0.9
    - Made myself the packager, since I can now create the RPM on my own





More information about the Python-checkins mailing list