From: Oleg Broytman Date: Fri, 30 Mar 2018 20:58:44 +0000 (+0300) Subject: Build(setup.py): Add long_description_content_type X-Git-Tag: 3.0.0~7 X-Git-Url: https://git.phdru.name/?p=mimedecode.git;a=commitdiff_plain;h=849b3d0ac4fd38dc750f8633e2aa4cd336a516ed Build(setup.py): Add long_description_content_type --- diff --git a/setup.py b/setup.py index ee61da6..bd33a25 100755 --- a/setup.py +++ b/setup.py @@ -13,6 +13,7 @@ setup( description="A program to decode MIME messages", long_description="A program to decode MIME messages. " + mimedecode_version.__copyright__, + long_description_content_type="text/plain", author="Oleg Broytman", author_email="phd@phdru.name", url="http://phdru.name/Software/Python/#mimedecode",