From 427a5ca3c38a7ac32d3e894691124470fd054011 Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Sat, 25 May 2013 00:23:52 +0200 Subject: [PATCH] Include feeds and mkd files in the dist package. This files are needed to run the tests. --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 77619971..136243c0 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ include *.rst global-include *.py -recursive-include pelican *.html *.css *png *.in *.rst *.md +recursive-include pelican *.html *.css *png *.in *.rst *.md *.mkd *.xml include LICENSE THANKS docs/changelog.rst