Changeset 2911
- Timestamp:
- 02/20/07 14:46:17 (2 years ago)
- Files:
-
- sandbox/mscott/SchevoPylonsNav/trunk/setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/mscott/SchevoPylonsNav/trunk/setup.py
r2905 r2911 30 30 'twForms==dev,>=0.1a2dev-r2418', 31 31 ], 32 33 dependency_links = [ 34 'http://schevo.org/wiki/ThirdPartyEggs', 35 ], 32 36 33 packages =find_packages(),37 packages = find_packages(), 34 38 35 include_package_data =True,39 include_package_data = True, 36 40 37 41 test_suite = 'nose.collector',
