From 998f5ed9427cb321279765c31cef6dea84a1260b Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Sat, 16 Jul 2022 21:48:48 +0200 Subject: include markdown files in MANIFEST This is used for the README and the CHANGELOG, as they are read during setup.py. If we do not include them, building a source distribution will fail. --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 38898e6..ad17997 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ -include *.txt *.ini *.cfg *.rst +include *.txt *.ini *.cfg *.rst *.md recursive-include fietsboek *.ico *.png *.css *.gif *.jpg *.pt *.txt *.mak *.mako *.js *.html *.xml *.jinja2 recursive-include fietsboek/static * recursive-include fietsboek/locale *.pot *.po *.mo *.html -- cgit v1.2.3