diff options
| author | JocelynDelalande <JocelynDelalande@users.noreply.github.com> | 2018-01-07 23:01:34 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-07 23:01:34 +0100 |
| commit | 34a21616506402c764d481cc7a28e2b9818518f9 (patch) | |
| tree | b7b3079157c9c12976c0df7f329a341e843629b2 /MANIFEST.in | |
| parent | 4ab8863eb20ea75fc0b3990471a01f4874735f3c (diff) | |
| parent | c24ee6f1c4e1c1090f0833f65b795512fc03de30 (diff) | |
| download | ihatemoney-mirror-34a21616506402c764d481cc7a28e2b9818518f9.zip ihatemoney-mirror-34a21616506402c764d481cc7a28e2b9818518f9.tar.gz ihatemoney-mirror-34a21616506402c764d481cc7a28e2b9818518f9.tar.bz2 | |
Merge pull request #308 from spiral-project/almet/fix-template-inclusion-packaging
Include all .j2 files in the packaged version.
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 |
