Changeset 3692 for hackergotchiplugin
- Timestamp:
- 05/16/08 20:22:01 (6 months ago)
- Files:
-
- hackergotchiplugin/0.11/README (modified) (1 prop)
- hackergotchiplugin/0.11/setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
hackergotchiplugin/0.11/README
- Property svn:mime-type set to text/x-rst
hackergotchiplugin/0.11/setup.py
r3691 r3692 9 9 version = '1.0', 10 10 packages = ['hackergotchi'], 11 package_data = {'hackergotchi': [' templates/*.html', 'htdocs/*.js', 'htdocs/*.css']},11 package_data = {'hackergotchi': ['htdocs/*.js', 'htdocs/*.css']}, 12 12 13 13 author = 'Noah Kantrowitz', 14 14 author_email = 'noah@coderanger.net', 15 description = ' ',15 description = 'Adds user-specific icons to the Trac timeline view.', 16 16 long_description = open(os.path.join(os.path.dirname(__file__), 'README')).read(), 17 17 license = 'BSD', 18 keywords = 'trac plugin ',18 keywords = 'trac plugin timeline identicon hackergotchi', 19 19 url = 'http://trac-hacks.org/wiki/HackergotchiPlugin', 20 20 classifiers = [ 21 21 'Framework :: Trac', 22 'Development Status :: 1 - Planning',22 'Development Status :: 4 - Beta', 23 23 'Environment :: Web Environment', 24 24 'License :: OSI Approved :: BSD License',
