aboutsummaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorAlexis Métaireau <alexis@notmyidea.org>2018-01-05 22:06:11 +0100
committerAlexis Métaireau <alexis@notmyidea.org>2018-01-05 22:06:11 +0100
commit3b2e11ab6369dfa853383840dc28915b60c2d062 (patch)
treea3f2ea4554985af7345bcab5e87dcbe2df70a683 /MANIFEST.in
parent4ab8863eb20ea75fc0b3990471a01f4874735f3c (diff)
downloadihatemoney-mirror-3b2e11ab6369dfa853383840dc28915b60c2d062.zip
ihatemoney-mirror-3b2e11ab6369dfa853383840dc28915b60c2d062.tar.gz
ihatemoney-mirror-3b2e11ab6369dfa853383840dc28915b60c2d062.tar.bz2
Include all .j2 files in the packaged version.
I've also renamed the templates to *.j2 in order to make things clearer to others. Having extensions with the name of the locale doesn't seem to be a good practice, and would need us to add the locales in the MANIFEST file each time we add one. Fix #305
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 91d0edb..74ea23b 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,3 +1,3 @@
include *.rst
-recursive-include ihatemoney *.rst *.py *.yaml *.po *.mo *.html *.css *.js *.eot *.svg *.woff *.txt *.png *.ini *.cfg
+recursive-include ihatemoney *.rst *.py *.yaml *.po *.mo *.html *.css *.js *.eot *.svg *.woff *.txt *.png *.ini *.cfg *.j2
include LICENSE CONTRIBUTORS CHANGELOG.rst requirements.txt