mirror of
				https://github.com/django/django.git
				synced 2025-10-31 01:25:32 +00:00 
			
		
		
		
	magic-removal: Merged to [1960]
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@1961 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
		
							
								
								
									
										7
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										7
									
								
								setup.py
									
									
									
									
									
								
							| @@ -5,7 +5,7 @@ from setuptools import setup, find_packages | ||||
|  | ||||
| setup( | ||||
|     name = "Django", | ||||
|     version = "0.90", | ||||
|     version = "0.91", | ||||
|     url = 'http://www.djangoproject.com/', | ||||
|     author = 'Lawrence Journal-World', | ||||
|     author_email = 'holovaty@gmail.com', | ||||
| @@ -25,6 +25,8 @@ setup( | ||||
|                         'locale/gl/LC_MESSAGES/*', | ||||
|                         'locale/is/LC_MESSAGES/*', | ||||
|                         'locale/it/LC_MESSAGES/*', | ||||
|                         'locale/ja/LC_MESSAGES/*', | ||||
|                         'locale/nl/LC_MESSAGES/*', | ||||
|                         'locale/no/LC_MESSAGES/*', | ||||
|                         'locale/pt_BR/LC_MESSAGES/*', | ||||
|                         'locale/ro/LC_MESSAGES/*', | ||||
| @@ -32,7 +34,8 @@ setup( | ||||
|                         'locale/sk/LC_MESSAGES/*', | ||||
|                         'locale/sr/LC_MESSAGES/*', | ||||
|                         'locale/sv/LC_MESSAGES/*', | ||||
|                         'locale/zh_CN/LC_MESSAGES/*'], | ||||
|                         'locale/zh_CN/LC_MESSAGES/*', | ||||
|                         'locale/zh_TW/LC_MESSAGES/*'], | ||||
|         'django.contrib.admin': ['templates/admin/*.html', | ||||
|                                  'templates/admin_doc/*.html', | ||||
|                                  'templates/registration/*.html', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user