1
0
mirror of https://github.com/django/django.git synced 2025-07-04 09:49:12 +00:00

new-admin: Fixed spacing issue in setup.py

git-svn-id: http://code.djangoproject.com/svn/django/branches/new-admin@1392 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2005-11-24 03:42:59 +00:00
parent ab45bbbb02
commit 82c071539b

View File

@ -33,7 +33,7 @@ setup(
'locale/sr/LC_MESSAGES/*',
'locale/sv/LC_MESSAGES/*',
'locale/zh_CN/LC_MESSAGES/*'],
'django.contrib.admin':['templates/admin/*.html',
'django.contrib.admin': ['templates/admin/*.html',
'templates/admin_doc/*.html',
'templates/registration/*.html',
'templates/widget/*.html',