summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorMoayad Mardini <moayad.m@gmail.com>2014-04-18 08:00:41 +0200
committerMoayad Mardini <moayad.m@gmail.com>2014-04-18 08:00:41 +0200
commitbad4721b45e0a3e05b6122644e5da41616313ffe (patch)
tree5442b74b5ed4879a0a286ab1ca0c76f4d890e293 /MANIFEST.in
parent0d397e5a5b98c475b664ff12f11729671fe1ad42 (diff)
downloaddjango-bad4721b45e0a3e05b6122644e5da41616313ffe.tar.gz
Fixed #22464 - included contrib/gis/static in tarball
After switching to setuptools in commit 66f546b, contrib/gis/static isn't included in tarball anymore, this commit adds that path to be `recursive-include` in `MANIFEST.in`
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 1d5f21caa1..521a86fdfd 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -25,6 +25,7 @@ recursive-include django/contrib/formtools/templates *
recursive-include django/contrib/formtools/tests/templates *
recursive-include django/contrib/flatpages/fixtures *
recursive-include django/contrib/flatpages/tests/templates *
+recursive-include django/contrib/gis/static *
recursive-include django/contrib/gis/templates *
recursive-include django/contrib/gis/tests/data *
recursive-include django/contrib/gis/tests/distapp/fixtures *