fnp
/
fnpdjango.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix gunicorn sample upload failing when optional setting 'django_root_path' is not set
[fnpdjango.git]
/
MANIFEST.in
diff --git
a/MANIFEST.in
b/MANIFEST.in
old mode 100755
(executable)
new mode 100644
(file)
index
d4831cb
..
c72cfb1
--- a/
MANIFEST.in
+++ b/
MANIFEST.in
@@
-1,3
+1,5
@@
-recursive-include fnpdjango/templates *.txt *.html
+include *.txt
+recursive-include fnpdjango/templates *.html
recursive-include fnpdjango/locale *.po *.mo
recursive-include fnpdjango/deploy/templates *.template
recursive-include fnpdjango/locale *.po *.mo
recursive-include fnpdjango/deploy/templates *.template
+include fnpdjango/management/commands/babel.cfg