[Checkins] SVN: z3c.testsetup/trunk/s Fix ReSTified texts for proper pypi appearance.

Uli Fouquet uli at gnufix.de
Sat Feb 16 20:33:36 EST 2008


Log message for revision 83968:
  Fix ReSTified texts for proper pypi appearance.

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

-=-
Modified: z3c.testsetup/trunk/setup.py
===================================================================
--- z3c.testsetup/trunk/setup.py	2008-02-17 01:31:15 UTC (rev 83967)
+++ z3c.testsetup/trunk/setup.py	2008-02-17 01:33:35 UTC (rev 83968)
@@ -8,16 +8,18 @@
     read('README.txt')
     + '\n\n'
     + 'Detailed Documentation\n'
-    + '----------------------\n'
+    + '**********************\n'
     + read('src', 'z3c', 'testsetup', 'README.txt')
     + '\n\n'
     + read('CHANGES.txt')
     + '\n\n'
+    + 'Download\n'
+    + '********\n'
     )
 
 setup(
     name='z3c.testsetup',
-    version='0.2.0dev',
+    version='0.2dev',
     author='Uli Fouquet and the Zope Community',
     author_email='uli at gnufix.de',
     url = 'http://pypi.python.org/pypi/z3c.testsetup',

Modified: z3c.testsetup/trunk/src/z3c/testsetup/README.txt
===================================================================
--- z3c.testsetup/trunk/src/z3c/testsetup/README.txt	2008-02-17 01:31:15 UTC (rev 83967)
+++ z3c.testsetup/trunk/src/z3c/testsetup/README.txt	2008-02-17 01:33:35 UTC (rev 83968)
@@ -1,6 +1,5 @@
-=============
 z3c.testsetup
-=============
+*************
 
 Easy testsetups for Zope 3 and Python projects.
 
@@ -29,7 +28,7 @@
 
 
 Basic Example
--------------
+=============
 
 The shortest test setup possible with ``z3c.testsetup`` looks like
 this::
@@ -63,7 +62,7 @@
 
 
 Customized Setups
------------------
+=================
 
 The `register_all_tests` function mentioned above accepts a bunch of
 keyword parameters::
@@ -427,7 +426,7 @@
 
 
 How to mark testfiles/modules
------------------------------
+=============================
 
 To avoid non-wanted files and modules to be registered, you have to
 mark your wanted test files/modules with a special string explicitly:



More information about the Checkins mailing list