From d2eb32c9106a0df87495da6464d0b9d037de4a1d Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Fri, 3 Aug 2018 14:57:22 +0200 Subject: [PATCH] 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 --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 64ed4b3c..49e2bef9 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -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