[Checkins] SVN: z3c.recipe.tag/trunk/ update changes and release information.

Paul Carduner paulcarduner at gmail.com
Sun Aug 16 18:43:24 EDT 2009


Log message for revision 102865:
  update changes and release information.

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

-=-
Modified: z3c.recipe.tag/trunk/CHANGES.txt
===================================================================
--- z3c.recipe.tag/trunk/CHANGES.txt	2009-08-16 22:34:39 UTC (rev 102864)
+++ z3c.recipe.tag/trunk/CHANGES.txt	2009-08-16 22:43:24 UTC (rev 102865)
@@ -2,9 +2,11 @@
 CHANGES
 =======
 
-0.3.0 (unreleased)
+0.3.0 (2009-08-16)
 ------------------
 
+* Add support for using this recipe as a `paver <http://www.blueskyonmars.com/projects/paver/>`_ task.
+
 * Also index Javascript, CSS and ReStructuredText files with id-utils.
 
 * Define a default entry point for zc.buildout, so you can simply say

Modified: z3c.recipe.tag/trunk/setup.py
===================================================================
--- z3c.recipe.tag/trunk/setup.py	2009-08-16 22:34:39 UTC (rev 102864)
+++ z3c.recipe.tag/trunk/setup.py	2009-08-16 22:43:24 UTC (rev 102865)
@@ -34,7 +34,7 @@
 setup(
     name="z3c.recipe.tag",
     version='0.3.0dev',
-    author="Ignas Mikalajūnas",
+    author="Ignas Mikalajūnas and the Zope Community",
     description="Generate ctags from eggs for development.",
     long_description=(read('README.txt')
                       +'\n\n'+
@@ -43,11 +43,15 @@
     maintainer="Paul Carduner",
     maintainer_email="zope-dev at zope.org",
     classifiers=[
-        "Development Status :: 4 - Beta",
+        "Development Status :: 5 - Production/Stable",
         "Intended Audience :: Developers",
         "License :: OSI Approved :: Zope Public License",
         "Operating System :: OS Independent",
-        "Programming Language :: Python"],
+        "Programming Language :: Python",
+        "Framework :: Buildout",
+        "Topic :: Software Development :: Build Tools",
+        "Topic :: Text Editors :: Emacs",
+        "Topic :: Utilities"],
     url='http://pypi.python.org/pypi/z3c.recipe.tag/',
     packages=find_packages('src'),
     package_dir={'': 'src'},



More information about the Checkins mailing list