From 1f4940d1716de03086c6693da699ac5c8e57bef8 Mon Sep 17 00:00:00 2001 From: Hornwitser Date: Thu, 24 Jan 2019 22:16:05 +0100 Subject: Fix README.rst for PyPi Add long_description_content_type in setup.py, fix incorrectly matched up title underlines in README.rst, and fix incorrect entry in MANIFEST.in that was forgotten when the README was renamed in 06296bf. --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MANIFEST.in') diff --git a/MANIFEST.in b/MANIFEST.in index 48577371..e0a5ef4b 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ -include README.md +include README.rst include LICENSE include requirements.txt include discord/bin/*.dll -- cgit v1.2.3