From 675d6c81cd6ca88c8018bd608c46735ab29ba8b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Sun, 19 May 2013 22:28:53 +1000 Subject: [PATCH] Include the md / rst files in the dist --- MANIFEST.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 2f2ea824..77619971 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,6 +1,4 @@ include *.rst global-include *.py -recursive-include pelican *.html *.css *png *.in +recursive-include pelican *.html *.css *png *.in *.rst *.md include LICENSE THANKS docs/changelog.rst -recursive-include tests * -recursive-exclude tests *.pyc