1
0
Fork 0
forked from github/pelican

Remove *.in files from MANIFEST.in

There no longer appear to be any *.in files in this project, presumably
because we switched to Jinja2 templates instead. Refs #1155
This commit is contained in:
Justin Mayer 2018-08-03 14:57:22 +02:00
commit d2eb32c910

View file

@ -1,3 +1,3 @@
include *.rst
recursive-include pelican *.html *.css *png *.in *.rst *.markdown *.md *.mkd *.xml *.py
recursive-include pelican *.html *.css *png *.rst *.markdown *.md *.mkd *.xml *.py
include LICENSE THANKS docs/changelog.rst