diff options
author | Tim Graham <timograham@gmail.com> | 2015-02-10 08:11:25 -0500 |
---|---|---|
committer | Tim Graham <timograham@gmail.com> | 2015-02-11 10:19:22 -0500 |
commit | fbc467c26bc0adb9867b97d0bb5642b2a85eb357 (patch) | |
tree | c8185ba55a2790f0a9ce16cd2d2c30938b05f312 /MANIFEST.in | |
parent | d8341bf02444e58ff62afe04f15d9679a1b5b8f8 (diff) | |
download | django-fbc467c26bc0adb9867b97d0bb5642b2a85eb357.tar.gz |
Moved contrib.sitemaps tests out of contrib.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 03464ceff1..94437d69a3 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -30,6 +30,5 @@ recursive-include django/contrib/gis/tests/geoapp/fixtures * recursive-include django/contrib/gis/tests/geogapp/fixtures * recursive-include django/contrib/gis/tests/relatedapp/fixtures * recursive-include django/contrib/sitemaps/templates * -recursive-include django/contrib/sitemaps/tests/templates * recursive-exclude * __pycache__ recursive-exclude * *.py[co] |