Changeset 5140 for nappy/branches
- Timestamp:
- 25/03/09 09:05:45 (12 years ago)
- Location:
- nappy/branches/nappy-eggable
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
nappy/branches/nappy-eggable/setup.py
r5071 r5140 22 22 # We make the package non-zip_safe so that we don't need to 23 23 # change the way ini files are read too much. 24 packages = find_packages( ),24 packages = find_packages(exclude=['tests', 'tests.*']), 25 25 include_package_data = True, 26 26 zip_safe = False,
Note: See TracChangeset
for help on using the changeset viewer.