[Checkins] SVN: z3c.testsetup/trunk/ Improve pypi appearance.

Uli Fouquet uli at gnufix.de
Sat Feb 16 21:05:08 EST 2008


Log message for revision 83972:
  Improve pypi appearance.

Changed:
  U   z3c.testsetup/trunk/README.txt
  U   z3c.testsetup/trunk/setup.py

-=-
Modified: z3c.testsetup/trunk/README.txt
===================================================================
--- z3c.testsetup/trunk/README.txt	2008-02-17 02:02:44 UTC (rev 83971)
+++ z3c.testsetup/trunk/README.txt	2008-02-17 02:05:07 UTC (rev 83972)
@@ -1,6 +1,6 @@
-=============
+
 z3c.testsetup
-=============
+*************
 
 is a package that provides some convenience stuff to enable rapid test
 setup for Zope 3 components and normal Python packages. Currently
@@ -30,7 +30,7 @@
 environments!
 
 Prerequisites
--------------
+=============
 
 You need::
 
@@ -45,7 +45,7 @@
 
 
 Installation
-------------
+============
 
 From the root of the package run::
 
@@ -70,7 +70,8 @@
 
 
 Usage
------
+=====
 
 See `README.txt` and the other .txt files in the src/z3c/testsetup
 directory for API documentation.
+

Modified: z3c.testsetup/trunk/setup.py
===================================================================
--- z3c.testsetup/trunk/setup.py	2008-02-17 02:02:44 UTC (rev 83971)
+++ z3c.testsetup/trunk/setup.py	2008-02-17 02:05:07 UTC (rev 83972)
@@ -9,6 +9,7 @@
     + '\n\n'
     + 'Detailed Documentation\n'
     + '**********************\n'
+    + '\n'
     + read('src', 'z3c', 'testsetup', 'README.txt')
     + '\n\n'
     + read('CHANGES.txt')



More information about the Checkins mailing list