Changeset 3876

Show
Ignore:
Timestamp:
06/21/08 07:13:50 (5 months ago)
Author:
athomas
Message:

Require released Genshi >= 0.5. Kinda fixes #2939.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tagsplugin/trunk/setup.py

    r3104 r3876  
    55    version='0.6', 
    66    packages=['tractags'], 
    7        package_data={'tractags' : ['templates/*.html', 'htdocs/js/*.js', 'htdocs/css/*.css']}, 
     7    package_data={'tractags' : ['templates/*.html', 'htdocs/js/*.js', 'htdocs/css/*.css']}, 
    88    # With acknowledgement to Muness Albrae for the original idea :) 
    99    author='Alec Thomas', 
     
    1313    entry_points = {'trac.plugins': ['tractags = tractags']}, 
    1414    dependency_links=['http://svn.edgewall.org/repos/genshi/trunk#egg=Genshi-dev'], 
    15     install_requires=['Genshi >= 0.5.dev-r698,==dev'], 
     15    install_requires=['Genshi >= 0.5'], 
    1616    )