Changeset 84
- Timestamp:
- 06/30/06 07:35:59 (3 years ago)
- Files:
-
- slavetools/trunk/setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
slavetools/trunk/setup.py
r80 r84 25 25 entry_points = { 26 26 'console_scripts': [ 27 'optrun = optrun.clitool:run', 28 ]}, 27 'optrun = optrun.clitool:run',], 28 'nose.plugins':[ 29 'slaveservice = optrun.noseplug:SlaveService',], 30 }, 29 31 data_files = find_data( 30 32 package_data=False,