Changeset 3772

Show
Ignore:
Timestamp:
06/03/08 15:36:26 (6 months ago)
Author:
k0s
Message:

updating setup.py with more information

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • svnurlsplugin/0.11/setup.py

    r3748 r3772  
    55    version='0.5', 
    66    author='Jeff Hammel', 
     7    author_email='jhammel@openplans.org', 
     8    url='http://trac-hacks.org/wiki/SvnUrlsPlugin', 
    79    description='Provide links to the actual URLs of svn versioned resources', 
    810    license='GPL', 
     11    keyworkds='trag plugin svn', 
    912    packages=find_packages(exclude=['*.tests*']), 
    1013    package_data={'svnurls': ['templates/*.html']},