fnp
/
fnpdjango.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix for CSV export.
[fnpdjango.git]
/
MANIFEST.in
diff --git
a/MANIFEST.in
b/MANIFEST.in
index
9c1b30c
..
811519a
100644
(file)
--- a/
MANIFEST.in
+++ b/
MANIFEST.in
@@
-1,4
+1,8
@@
include *.txt
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/templates *.html
recursive-include fnpdjango/locale *.po *.mo
-recursive-include fnpdjango/deploy/templates *.template
+include fnpdjango/management/commands/babel.cfg
+recursive-include tests *.py