Parcourir la source

Fixed #14990 -- Added sitemaps tests templates to manifest template.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15114 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Jannis Leidel il y a 14 ans
Parent
commit
946e87ded1
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      MANIFEST.in

+ 1 - 0
MANIFEST.in

@@ -27,3 +27,4 @@ recursive-include django/contrib/gis/tests/data *
 recursive-include django/contrib/gis/tests/geoapp/fixtures *
 recursive-include django/contrib/gis/tests/geogapp/fixtures *
 recursive-include django/contrib/sitemaps/templates *
+recursive-include django/contrib/sitemaps/tests/templates *