Changeset 2908

Show
Ignore:
Timestamp:
12/15/07 13:07:05 (1 year ago)
Author:
Rottenchester
Message:

Put license and url in setup.

Files:

Legend:

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

    r2907 r2908  
    44    name='TracRandomInclude', 
    55    version='0.1', 
     6    author = 'RottenChester', 
     7    author_email = 'rottenchester@gmail.com', 
     8    url = 'http://trac-hacks.org/wiki/TracRandomIncludePlugin', 
     9    license = 'bsd', 
    610    packages=['randominclude'], 
    711    package_data={ 'randominclude': [  ]},