Changeset 3692

Show
Ignore:
Timestamp:
05/16/08 20:22:01 (3 months ago)
Author:
coderanger
Message:

setup.py changes.

Files:

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  
    99    version = '1.0', 
    1010    packages = ['hackergotchi'], 
    11     package_data = {'hackergotchi': ['templates/*.html', 'htdocs/*.js', 'htdocs/*.css']}, 
     11    package_data = {'hackergotchi': ['htdocs/*.js', 'htdocs/*.css']}, 
    1212 
    1313    author = 'Noah Kantrowitz', 
    1414    author_email = 'noah@coderanger.net', 
    15     description = '', 
     15    description = 'Adds user-specific icons to the Trac timeline view.', 
    1616    long_description = open(os.path.join(os.path.dirname(__file__), 'README')).read(), 
    1717    license = 'BSD', 
    18     keywords = 'trac plugin', 
     18    keywords = 'trac plugin timeline identicon hackergotchi', 
    1919    url = 'http://trac-hacks.org/wiki/HackergotchiPlugin', 
    2020    classifiers = [ 
    2121        'Framework :: Trac', 
    22         'Development Status :: 1 - Planning', 
     22        'Development Status :: 4 - Beta', 
    2323        'Environment :: Web Environment', 
    2424        'License :: OSI Approved :: BSD License',