X-Git-Url: https://git.mdrn.pl/fnpdjango.git/blobdiff_plain/deab1162c0d65293acfdc723ad9f6676f653f2fb..HEAD:/MANIFEST.in?ds=sidebyside diff --git a/MANIFEST.in b/MANIFEST.in index d4831cb..811519a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,8 @@ -recursive-include fnpdjango/templates *.txt *.html +include *.txt +include runtests.py +include tox.ini +recursive-include fnpdjango/static *.js *.css *.png +recursive-include fnpdjango/templates *.html recursive-include fnpdjango/locale *.po *.mo -recursive-include fnpdjango/deploy/templates *.template +include fnpdjango/management/commands/babel.cfg +recursive-include tests *.py