1
0
Fork 0
forked from github/pelican

Merge pull request #2794 from farseerfc/include-jinja2-templates

Include Jinja2 templates in MANIFEST.in
This commit is contained in:
Justin Mayer 2020-11-02 14:08:30 +01:00 committed by GitHub
commit 09822c16a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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