From 96c450d7c139cf8ea25e0c58fbcd72725ef02553 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 30 Mar 2018 23:58:49 +0300 Subject: [PATCH] Build(setup.py): Add long_description_content_type --- setup.py | 1 + 1 file changed, 1 insertion(+) 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/', -- 2.39.2