[Zope-CVS] CVS: StandaloneZConfig - README.txt:1.1 MANIFEST.in:1.3 setup.cfg:1.2 README:NONE

Fred L. Drake, Jr. fred@zope.com
Tue, 25 Mar 2003 15:05:51 -0500


Update of /cvs-repository/StandaloneZConfig
In directory cvs.zope.org:/tmp/cvs-serv23708

Modified Files:
	MANIFEST.in setup.cfg 
Added Files:
	README.txt 
Removed Files:
	README 
Log Message:
- rename README to README.txt, in case anyone is still using Windows
- add the LICENSE.txt to the distutils support
- add my name as a packager too, since I have mucked up all the hard
  work Tres put into this  ;-)


=== Added File StandaloneZConfig/README.txt ===
Installation requires the distutil-Package.

You may either create a RPM and install this, or install directly from
the source distribution.

Creating RPMS:

  python setup.py bdist_rpm

  If you need to force the Python interpreter to, for example, python2:
     python2 setup.py bdist_rpm --python=python2


Installation from the source distribution:

     python setup.py install

   To install to a user's home-dir:
     python setup.py install --home=<dir>

   To install to another prefix (eg. /usr/local)
     python setup.py install --prefix=/usr/local

  If you need to force the python interpreter to eg. python2:
     python2 setup.py install

  For more information please refer to
     http://www.python.org/doc/current/inst/inst.html


=== StandaloneZConfig/MANIFEST.in 1.2 => 1.3 ===
--- StandaloneZConfig/MANIFEST.in:1.2	Mon Mar 24 15:04:25 2003
+++ StandaloneZConfig/MANIFEST.in	Tue Mar 25 15:05:51 2003
@@ -1,5 +1,6 @@
+include LICENSE.txt
 include MANIFEST
 include MANIFEST.in
-include README
+include README.txt
 include ZConfig/doc/*
 global-exclude *~ .*~


=== StandaloneZConfig/setup.cfg 1.1 => 1.2 ===
--- StandaloneZConfig/setup.cfg:1.1	Wed Feb 26 23:43:57 2003
+++ StandaloneZConfig/setup.cfg	Tue Mar 25 15:05:51 2003
@@ -1,4 +1,4 @@
 [bdist_rpm]
 release = 1
-packager = Tres Seaver <tseaver@zope.com>
-doc_files = README
+packager = Tres Seaver <tseaver@zope.com>, Fred Drake <fred@zope.com>
+doc_files = LICENSE.txt README.txt

=== Removed File StandaloneZConfig/README ===