X-Git-Url: https://git.mdrn.pl/fnpdjango.git/blobdiff_plain/c5f50329c7ddea87333c6137d994252c47783aa4..1af3efe9e75845fa6cd4941e0b0b847eb260ba98:/MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in index 23847a3..811519a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,6 +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