mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #3338 -- Partially fix rpm packaging problems. There is still one issue
remaining with how we construct the version numbers, but this change is useful nonetheless. Patch from Dirk Datzert. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4490 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
10
MANIFEST.in
10
MANIFEST.in
@@ -1,8 +1,10 @@
|
||||
include AUTHORS
|
||||
include INSTALL
|
||||
include LICENSE
|
||||
recursive-include docs *
|
||||
recursive-include scripts *
|
||||
recursive-include django/conf/locale *
|
||||
recursive-include django/contrib/admin/templates
|
||||
recursive-include django/contrib/admin/media
|
||||
recursive-include django/contrib/comments/templates
|
||||
recursive-include django/contrib/sitemaps/templates
|
||||
recursive-include django/contrib/admin/templates *
|
||||
recursive-include django/contrib/admin/media *
|
||||
recursive-include django/contrib/comments/templates *
|
||||
recursive-include django/contrib/sitemaps/templates *
|
||||
|
||||
Reference in New Issue
Block a user