[Checkins] SVN: z3c.recipe.sphinxdoc/trunk/ typo and add buildout framework trove classifier
Paul Carduner
paulcarduner at gmail.com
Fri May 1 12:53:20 EDT 2009
Log message for revision 99654:
typo and add buildout framework trove classifier
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-05-01 16:50:14 UTC (rev 99653)
+++ z3c.recipe.sphinxdoc/trunk/CHANGES.txt 2009-05-01 16:53:20 UTC (rev 99654)
@@ -2,14 +2,14 @@
CHANGES
=======
-0.0.8 (unreleased)
+0.0.8 (2009-05-01)
------------------
- Feature: Added new option `doc-eggs` which specifies the list of eggs for
which to create documentation explicitely.
- Feature: Changed building behavior so that the documentation for each
- package is built in it sown sub-directory.
+ package is built in its own sub-directory.
- Feature: Added new option `extensions` which takes a whitespace
separated list of sphinx extension modules. This extensions can be
Modified: z3c.recipe.sphinxdoc/trunk/setup.py
===================================================================
--- z3c.recipe.sphinxdoc/trunk/setup.py 2009-05-01 16:50:14 UTC (rev 99653)
+++ z3c.recipe.sphinxdoc/trunk/setup.py 2009-05-01 16:53:20 UTC (rev 99654)
@@ -48,6 +48,7 @@
"Intended Audience :: Developers",
"License :: OSI Approved :: Zope Public License",
"Operating System :: OS Independent",
+ "Framework :: Buildout",
"Programming Language :: Python"],
url='http://pypi.python.org/pypi/z3c.recipe.sphinxdoc/',
packages=find_packages('src'),
More information about the Checkins
mailing list