Django

Code

Changeset 155

Show
Ignore:
Timestamp:
07/17/05 12:05:01 (3 years ago)
Author:
adrian
Message:

Changed setup.py to include admin_templates. Thanks for the heads-up, Freewheel and Nicholas Riley!

Files:

Legend:

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

    r68 r155  
    1313    license = 'BSD', 
    1414    packages = find_packages(), 
     15    package_data = { 
     16        'django.conf': ['admin_templates/*.html', 'admin_templates/doc/*.html'], 
     17    }, 
    1518    scripts = ['django/bin/django-admin.py'], 
    1619)