Changeset 2859
- Timestamp:
- 12/09/07 16:45:48 (9 months ago)
- Files:
-
- luntbuildtracintegration/0.10/setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
luntbuildtracintegration/0.10/setup.py
r2858 r2859 2 2 3 3 setup( 4 name='Lunt Trac', version='1.1',4 name='LuntbuildTracIntegration', version='1.1', 5 5 author="David Roussel", 6 6 description="A trac plugin to add Luntbuild builds to the trac timeline", 7 7 packages=find_packages(exclude=['*.tests*']), 8 package_data={'Lunt Trac' : ['htdocs/*.css', 'htdocs/*.gif']},8 package_data={'LuntbuildTracIntegration' : ['htdocs/*.css', 'htdocs/*.gif']}, 9 9 entry_points = """ 10 10 [trac.plugins] 11 Lunt Trac = LuntTrac.LuntTracPlugin11 LuntbuildTracIntegration = LuntbuildTracIntegration.LuntbuildTracIntegration.Plugin 12 12 """ 13 13 )
