Django

Code

Changeset 2821

Show
Ignore:
Timestamp:
05/03/06 08:35:02 (2 years ago)
Author:
adrian
Message:

Fixed #1750 -- Changed setup.py to exclude 'examples' directory. Thanks, misc@mandriva.org

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/setup.py

    r2809 r2821  
    1212    description = 'A high-level Python Web framework that encourages rapid development and clean, pragmatic design.', 
    1313    license = 'BSD', 
    14     packages = find_packages(), 
     14    packages = find_packages(exclude=['examples']), 
    1515    package_data = { 
    1616        '': ['*.TXT'],