X-Git-Url: https://git.mdrn.pl/fnpdjango.git/blobdiff_plain/355e42bc8f0f5300c34066b41a2b94ffe2bfe657..HEAD:/MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in index c72cfb1..811519a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,8 @@ 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