fix
[fnpdjango.git] / MANIFEST.in
1 include *.txt
2 include runtests.py
3 include tox.ini
4 recursive-include fnpdjango/static *.js *.css *.png
5 recursive-include fnpdjango/templates *.html
6 recursive-include fnpdjango/locale *.po *.mo
7 include fnpdjango/management/commands/babel.cfg
8 recursive-include tests *.py