Changeset 4354
- Timestamp:
- 09/27/08 14:34:02 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
textmatebundle/0.11/Templates/setup_py.tmTemplate/template.py
r3753 r4354 14 14 author_email = 'noah@coderanger.net', 15 15 description = '', 16 long_description = open(os.path.join(os.path.dirname(__file__), 'README') .read(),16 long_description = open(os.path.join(os.path.dirname(__file__), 'README')).read(), 17 17 license = 'BSD', 18 18 keywords = 'trac plugin',
