Changeset 3614

Show
Ignore:
Timestamp:
05/06/08 02:35:53 (7 months ago)
Author:
coderanger
Message:

Touch up setup.py.

Files:

Legend:

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

    r3613 r3614  
    88    version = '1.1', 
    99    packages = ['includemacro'], 
    10     #package_data = { 'includemacro': ['templates/*.cs', 'htdocs/*.js', 'htdocs/*.css' ] }, 
    1110 
    12     author = "Noah Kantrowitz"
    13     author_email = "noah@coderanger.net"
    14     description = "Include the contents of external URLs and other Trac objects in a wiki page."
    15     license = "BSD"
    16     keywords = "trac plugin wiki include macro"
    17     url = "http://trac-hacks.org/wiki/IncludeMacro"
     11    author = 'Noah Kantrowitz'
     12    author_email = 'noah@coderanger.net'
     13    description = 'Include the contents of external URLs and other Trac objects in a wiki page.'
     14    license = 'BSD'
     15    keywords = 'trac 0.10 plugin wiki include macro'
     16    url = 'http://trac-hacks.org/wiki/IncludeMacro'
    1817    classifiers = [ 
    1918        'Framework :: Trac', 
    2019    ], 
    21      
    22     #install_requires = ['TracWebAdmin'], 
    2320 
    2421    entry_points = {