diff options
author | Daniel Schadt <kingdread@gmx.de> | 2022-07-16 21:48:48 +0200 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2022-07-16 21:48:48 +0200 |
commit | 998f5ed9427cb321279765c31cef6dea84a1260b (patch) | |
tree | 45da604e44bbe7d1b2658bc88fb9cb956542ae46 | |
parent | 510a8b58e5c735b27885d2c0347d1b54ab6eb387 (diff) | |
download | fietsboek-998f5ed9427cb321279765c31cef6dea84a1260b.tar.gz fietsboek-998f5ed9427cb321279765c31cef6dea84a1260b.tar.bz2 fietsboek-998f5ed9427cb321279765c31cef6dea84a1260b.zip |
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.
-rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |