Changeset 122
- Timestamp:
- 08/02/06 09:10:30 (2 years ago)
- Files:
-
- branches/mk/setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/mk/setup.py
r55 r122 27 27 scripts = ['cheesecake_index', 28 28 ], 29 entry_points = { 30 'console_scripts': [ 31 'cheesecake_index = cheesecake.cheesecake_index:main', 32 ] 33 }, 29 34 test_suite = 'nose.collector', 30 )35 )
