Changeset 495 for trunk/setup.py.in
- Timestamp:
- 11/24/06 19:56:53 (2 years ago)
- Files:
-
- trunk/setup.py.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/setup.py.in
r473 r495 9 9 url='http://mesk.nicfit.net/', 10 10 packages=['mesk', 11 'mesk.common',12 11 'mesk.plugin', 13 12 'mesk.audio', … … 15 14 ], 16 15 package_dir={'mesk': 'src/mesk', 17 'mesk.common': 'src/mesk/common',18 16 'mesk.plugin': 'src/mesk/plugin', 19 17 'mesk.audio': 'src/mesk/audio',
