From 2ce1ea4bf2054f1d0f0dd5b0f7358952a40c8c85 Mon Sep 17 00:00:00 2001 From: zorun Date: Thu, 7 Dec 2023 22:21:07 +0100 Subject: [PATCH] Fix missing markdown include in manifest (#1274) Co-authored-by: Baptiste Jonglez --- MANIFEST.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 80b2334e..d3907241 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,3 @@ -include *.rst -recursive-include ihatemoney *.rst *.py *.yaml *.po *.mo *.html *.css *.js *.eot *.svg *.woff *.txt *.png *.webp *.ini *.cfg *.j2 *.jpg *.gif *.ico *.xml -include LICENSE CONTRIBUTORS CHANGELOG.rst +include *.md +recursive-include ihatemoney *.py *.yaml *.po *.mo *.html *.css *.js *.eot *.svg *.woff *.txt *.png *.webp *.ini *.cfg *.j2 *.jpg *.gif *.ico *.xml +include LICENSE CONTRIBUTORS