summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2020-11-02 14:08:30 +0100
committerGitHub <noreply@github.com>2020-11-02 14:08:30 +0100
commit09822c16a7d3cf29982d892b4dc7fe0ce9edfb48 (patch)
treefecae630c9d5e046f982e327e7cc600f17cb761d
parentb454f76f72dea65db9d360dc1bf51b8ddb76149d (diff)
parent3565094b10b74217f0b78d9c1f2f06f2c1cf61ea (diff)
downloadpelican-09822c16a7d3cf29982d892b4dc7fe0ce9edfb48.tar.gz
Merge pull request #2794 from farseerfc/include-jinja2-templates
Include Jinja2 templates in MANIFEST.in
-rw-r--r--MANIFEST.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 138c8f00..469f6fff 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,3 +1,3 @@
include *.rst
-recursive-include pelican *.html *.css *png *.rst *.markdown *.md *.mkd *.xml *.py
+recursive-include pelican *.html *.css *png *.rst *.markdown *.md *.mkd *.xml *.py *.jinja2
include LICENSE THANKS docs/changelog.rst pyproject.toml