Changeset 2598

Show
Ignore:
Timestamp:
08/27/07 00:43:58 (1 year ago)
Author:
yuanying
Message:

author and url are added.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • flashviewplugin/0.10/setup.py

    r2303 r2598  
    77      version=VERSION, 
    88      packages=['flashview'], 
     9      author = 'Yuanying', 
     10      author_email = 'yuanying@fraction.jp', 
     11      url = 'http://trac-hacks.org/wiki/FlashViewPlugin', 
     12      description = 'Flash view plugin for Trac', 
     13      license='BSD', 
    914      entry_points={'trac.plugins': '%s = flashview' % PACKAGE}, 
    1015)