summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2008-11-17 02:58:30 +0000
committerMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2008-11-17 02:58:30 +0000
commita70f15b8f19155101bf4769fe88b5d815e7d9249 (patch)
tree1150faa784d85f24a7b8ecea593c32b61ba3fc86 /MANIFEST.in
parent8e350d036ce6e12b2c2e9229c6b00d4da7823ffb (diff)
downloaddjango-a70f15b8f19155101bf4769fe88b5d815e7d9249.tar.gz
Fixed #9613 -- Added a bunch of files that were missing when the distribution
tarball is created. Thanks, Justin Bronn. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9478 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 5f53e36014..b8b0bce201 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -3,6 +3,7 @@ include AUTHORS
include INSTALL
include LICENSE
include MANIFEST.in
+include django/utils/simplejson/LICENSE.txt
recursive-include docs *
recursive-include scripts *
recursive-include examples *
@@ -11,8 +12,11 @@ recursive-include django/conf/locale *
recursive-include django/contrib/admin/templates *
recursive-include django/contrib/admin/media *
recursive-include django/contrib/admindocs/templates *
+recursive-include django/contrib/auth/fixtures *
+recursive-include django/contrib/auth/tests/templates *
recursive-include django/contrib/comments/templates *
recursive-include django/contrib/databrowse/templates *
+recursive-include django/contrib/formtools/templates *
recursive-include django/contrib/gis/templates *
recursive-include django/contrib/gis/tests/data *
recursive-include django/contrib/gis/tests/geoapp/sql *