Skip to content

Commit

Permalink
Update email and add a bunch of classifiers for pypi.
Browse files Browse the repository at this point in the history
svn path=/trac/plugins/tracnav-0.11/; revision=3269
  • Loading branch information
thmo committed Nov 7, 2008
1 parent 841fbff commit 3d45249
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,21 @@
author = 'Bernhard Haumacher',
author_email = 'haui@haumacher.de',
maintainer = 'Thomas Moschny',
maintainer_email = 'moschny@ipd.uni-karlsruhe.de',
maintainer_email = 'thomas.moschny@gmx.de',
url = 'http://svn.ipd.uka.de/trac/javaparty/wiki/TracNav',
download_url = 'http://svn.ipd.uka.de/trac/javaparty/wiki/TracNav/DownloadAndInstall',
description = 'The Navigation Bar for Trac',
entry_points={'trac.plugins': ['TracNav = tracnav.tracnav']},
keywords = 'trac toc',
keywords = 'trac toc plugin',
license = 'GPLv2+',
)
classifiers = [
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
'Framework :: Trac',
'Intended Audience :: System Administrators',
'License :: OSI Approved :: GNU General Public License (GPL)',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
],
)

0 comments on commit 3d45249

Please sign in to comment.