diff options
author | Frédéric Péters <fpeters@entrouvert.com> | 2018-09-24 08:04:35 (GMT) |
---|---|---|
committer | Frédéric Péters <fpeters@entrouvert.com> | 2018-09-24 08:04:59 (GMT) |
commit | 76cd195597c0f1f422da027fd217bbe7faa5acd0 (patch) | |
tree | 31b3685ed2396c29782bcf1b0342ad4913853545 | |
parent | c128a78291a3f4a0e8a15e5feeca34ac0d7b67c6 (diff) | |
download | combo-1.67.zip combo-1.67.tar.gz combo-1.67.tar.bz2 |
misc: fix path of profile templates in manifest (#26649)v1.67
-rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index a2ea462..771c027 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -30,7 +30,7 @@ recursive-include combo/apps/pwa/templates *.html *.js recursive-include combo/apps/wcs/templates *.html recursive-include combo/manager/templates *.html recursive-include combo/public/templates *.html -recursive-include combo/profiles/templates *.html +recursive-include combo/profile/templates *.html recursive-include tests *.py recursive-include tests/data *.jpeg |