From: Oleg Broytman Date: Fri, 30 Mar 2018 20:58:49 +0000 (+0300) Subject: Build(setup.py): Add long_description_content_type X-Git-Tag: 0.7.0~14 X-Git-Url: https://git.phdru.name/?p=ppu.git;a=commitdiff_plain;h=96c450d7c139cf8ea25e0c58fbcd72725ef02553 Build(setup.py): Add long_description_content_type --- diff --git a/setup.py b/setup.py index a20f289..619327b 100755 --- a/setup.py +++ b/setup.py @@ -11,6 +11,7 @@ setup(name='ppu', version=ppu_version.__version__, description='Broytman Portable Python Utilities', long_description=open('README.rst', 'rU').read(), + long_description_content_type="text/x-rst", author='Oleg Broytman', author_email='phd@phdru.name', url='http://phdru.name/Software/Python/ppu/',