Changeset 1665

Show
Ignore:
Timestamp:
12/10/06 18:17:44 (2 years ago)
Author:
mgood
Message:

AccountManagerPlugin:

update package_data setting for the Genshi templates (fixes #899)

Files:

Legend:

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

    r1534 r1665  
    1919    zip_safe=True, 
    2020    packages=['acct_mgr'], 
    21     package_data={'acct_mgr': ['templates/*.cs']}, 
     21    package_data={'acct_mgr': ['templates/*.html', 
     22                               'templates/*.txt']}, 
    2223 
    2324    install_requires = [