]> git.phdru.name Git - ppu.git/commitdiff
Build(setup.py): Add long_description_content_type
authorOleg Broytman <phd@phdru.name>
Fri, 30 Mar 2018 20:58:49 +0000 (23:58 +0300)
committerOleg Broytman <phd@phdru.name>
Fri, 30 Mar 2018 20:58:49 +0000 (23:58 +0300)
setup.py

index a20f28955c83c89b27322ed60a85fbb98a5cb2ec..619327be959950b6763abc5a60a50f1104b92361 100755 (executable)
--- 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/',