summaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorCalum Lind <calumlind@gmail.com>2018-10-16 13:15:07 +0100
committerCalum Lind <calumlind@gmail.com>2018-10-16 14:59:00 +0100
commit91164d8dbfa5e52903d3f271cac637f41611e79c (patch)
tree67ab434441d6ba58b516138c4c8d68c55aee5f64 /MANIFEST.in
parentec4772068609b5d89d5a6bfb8f9c1ca1bb35704d (diff)
downloaddeluge-91164d8dbfa5e52903d3f271cac637f41611e79c.tar.gz
deluge-91164d8dbfa5e52903d3f271cac637f41611e79c.tar.bz2
deluge-91164d8dbfa5e52903d3f271cac637f41611e79c.zip
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.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in10
1 files changed, 8 insertions, 2 deletions
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