Skip to content

Commit

Permalink
update changes and release information.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcardune committed Aug 16, 2009
1 parent aa6ffb3 commit 93b735d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 7 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def read(*rnames):
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'+
Expand All @@ -43,11 +43,15 @@ def read(*rnames):
maintainer="Paul Carduner",
maintainer_email="zope-dev@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'},
Expand Down

0 comments on commit 93b735d

Please sign in to comment.