Explorar el Código

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 hace 14 años
padre
commit
946e87ded1
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 *