Changeset 1665
- Timestamp:
- 12/10/06 18:17:44 (2 years ago)
- Files:
-
- accountmanagerplugin/trunk/setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
accountmanagerplugin/trunk/setup.py
r1534 r1665 19 19 zip_safe=True, 20 20 packages=['acct_mgr'], 21 package_data={'acct_mgr': ['templates/*.cs']}, 21 package_data={'acct_mgr': ['templates/*.html', 22 'templates/*.txt']}, 22 23 23 24 install_requires = [
