diff options
| author | Alexis Métaireau <alexis@notmyidea.org> | 2018-01-05 22:06:11 +0100 |
|---|---|---|
| committer | Alexis Métaireau <alexis@notmyidea.org> | 2018-01-05 22:06:11 +0100 |
| commit | 3b2e11ab6369dfa853383840dc28915b60c2d062 (patch) | |
| tree | a3f2ea4554985af7345bcab5e87dcbe2df70a683 /MANIFEST.in | |
| parent | 4ab8863eb20ea75fc0b3990471a01f4874735f3c (diff) | |
| download | ihatemoney-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.in | 2 |
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 |
