From 91164d8dbfa5e52903d3f271cac637f41611e79c Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Tue, 16 Oct 2018 13:15:07 +0100 Subject: Cleanup and use markdown for source text files Use markdown to aid readability. Update the README and use it for the long_description in setup.py Add detailed requirement information to the DEPENDS files. --- MANIFEST.in | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'MANIFEST.in') diff --git a/MANIFEST.in b/MANIFEST.in index 3ef10fbed..b07724177 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,11 @@ -include AUTHORS ChangeLog DEPENDS LICENSE RELEASE-VERSION README.rst -include msgfmt.py minify_web_js.py version.py gen_web_gettext.py +include *.md +include AUTHORS +include LICENSE +include RELEASE-VERSION +include msgfmt.py +include minify_web_js.py +include version.py +include gen_web_gettext.py graft docs/man -- cgit