Changeset 2895
- Timestamp:
- 05/11/06 09:41:43 (2 years ago)
- Files:
-
- django/trunk/setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/setup.py
r2821 r2895 12 12 description = 'A high-level Python Web framework that encourages rapid development and clean, pragmatic design.', 13 13 license = 'BSD', 14 packages = find_packages(exclude=['examples' ]),14 packages = find_packages(exclude=['examples', 'examples.*']), 15 15 package_data = { 16 16 '': ['*.TXT'],
