[Checkins] SVN: z3c.recipe.sphinxdoc/trunk/ prepare for release

Roger Ineichen roger at projekt01.ch
Sat Feb 14 18:52:59 EST 2009


Log message for revision 96551:
  prepare for release

Changed:
  U   z3c.recipe.sphinxdoc/trunk/CHANGES.txt
  U   z3c.recipe.sphinxdoc/trunk/setup.py

-=-
Modified: z3c.recipe.sphinxdoc/trunk/CHANGES.txt
===================================================================
--- z3c.recipe.sphinxdoc/trunk/CHANGES.txt	2009-02-14 23:25:08 UTC (rev 96550)
+++ z3c.recipe.sphinxdoc/trunk/CHANGES.txt	2009-02-14 23:52:58 UTC (rev 96551)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-0.0.6 (unreleased)
+0.0.7 (2009-02-15)
 ------------------
 
 - Bug: fix python 2.4 support

Modified: z3c.recipe.sphinxdoc/trunk/setup.py
===================================================================
--- z3c.recipe.sphinxdoc/trunk/setup.py	2009-02-14 23:25:08 UTC (rev 96550)
+++ z3c.recipe.sphinxdoc/trunk/setup.py	2009-02-14 23:52:58 UTC (rev 96551)
@@ -32,12 +32,14 @@
 
 setup(
     name="z3c.recipe.sphinxdoc",
-    version='0.0.7dev',
+    version='0.0.7',
     author="Paul Carduner",
     description="Use Sphinx to build documentation for zope.org.",
-    long_description=(read(os.path.join('src','z3c','recipe','sphinxdoc','index.txt'))
-                      +'\n\n'+
-                      read('CHANGES.txt')),
+    long_description=(
+        read(os.path.join('src','z3c','recipe','sphinxdoc','index.txt'))
+        +'\n\n'+
+        read('CHANGES.txt')
+        ),
     license="ZPL 2.1",
     maintainer="Paul Carduner",
     maintainer_email="zope-dev at zope.org",
@@ -51,12 +53,13 @@
     packages=find_packages('src'),
     package_dir={'': 'src'},
     namespace_packages=['z3c','z3c.recipe'],
-    install_requires=['setuptools',
-                      'zc.buildout',
-                      'zc.recipe.egg',
-                      'docutils', #Sphinx-0.5.1-py2.4.egg is broken does not
-                                  #include docutils as dependency -- this is temporary
-                      'Sphinx'],
+    install_requires=[
+        'setuptools',
+        'zc.buildout',
+        'zc.recipe.egg',
+        'docutils', #Sphinx-0.5.1-py2.4.egg is broken does not
+                    #include docutils as dependency -- this is temporary
+        'Sphinx'],
     entry_points="""
     [zc.buildout]
     default = z3c.recipe.sphinxdoc:ZopeOrgSetup



More information about the Checkins mailing list