Changed setup.py to include admin_templates. Thanks for the heads-up, Freewheel and Nicholas Riley!
git-svn-id: http://code.djangoproject.com/svn/django/trunk@155 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
9629e40f35
commit
729fc547ef
3
setup.py
3
setup.py
|
@ -12,5 +12,8 @@ setup(
|
||||||
description = 'A high-level Python Web framework that encourages rapid development and clean, pragmatic design.',
|
description = 'A high-level Python Web framework that encourages rapid development and clean, pragmatic design.',
|
||||||
license = 'BSD',
|
license = 'BSD',
|
||||||
packages = find_packages(),
|
packages = find_packages(),
|
||||||
|
package_data = {
|
||||||
|
'django.conf': ['admin_templates/*.html', 'admin_templates/doc/*.html'],
|
||||||
|
},
|
||||||
scripts = ['django/bin/django-admin.py'],
|
scripts = ['django/bin/django-admin.py'],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue