summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorMoayad Mardini <moayad.m@gmail.com>2014-04-18 08:00:41 +0200
committerTim Graham <timograham@gmail.com>2014-04-18 07:18:51 -0400
commitbdfa3fd9b3b93ad94e8de7fe3b4c38d395368812 (patch)
tree08d7c4056dba5de07757c35f52dc5cc8a42febdb /MANIFEST.in
parent24016c9b6202c1089444e7b572a9ad442ca786ee (diff)
[1.7.x] 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` Backport of bad4721b45 from master
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 c391fe4cd8..01aa49abf0 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -26,6 +26,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 *