summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-07-23 12:13:34 -0400
committerTim Graham <timograham@gmail.com>2015-07-25 07:21:53 -0400
commit44dc201cb697d264d244abede3ee10a30a387d7a (patch)
treee53ab910e63571fe7e35c6be86cefd7d65eaf293 /MANIFEST.in
parente3d1f2422c49d7f65d017b8caa35215afe18f835 (diff)
downloaddjango-44dc201cb697d264d244abede3ee10a30a387d7a.tar.gz
Simplified MANIFEST.in
Also fixed missing django/contrib/auth/common-passwords.txt.gz file and added JavaScript tests.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in24
1 files changed, 7 insertions, 17 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 7a9616cb48..9e7d133a5e 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,26 +1,16 @@
-include README.rst
include AUTHORS
+include Gruntfile.js
include INSTALL
include LICENSE
include MANIFEST.in
-include django/contrib/gis/gdal/LICENSE
-include django/contrib/gis/geos/LICENSE
-include django/dispatch/license.txt
-include django/dispatch/license.python.txt
+include package.json
+include *.rst
+recursive-include django *
+prune django/contrib/admin/bin
recursive-include docs *
-recursive-include scripts *
recursive-include extras *
+recursive-include js_tests *
+recursive-include scripts *
recursive-include tests *
-recursive-include django/conf/app_template *
-recursive-include django/conf/locale *
-recursive-include django/conf/project_template *
-recursive-include django/contrib/*/locale *
-recursive-include django/contrib/admin/templates *
-recursive-include django/contrib/admin/static *
-recursive-include django/contrib/admindocs/templates *
-recursive-include django/contrib/auth/templates *
-recursive-include django/contrib/gis/static *
-recursive-include django/contrib/gis/templates *
-recursive-include django/contrib/sitemaps/templates *
recursive-exclude * __pycache__
recursive-exclude * *.py[co]