]> git.phdru.name Git - ppu.git/blobdiff - setup.py
Build(setup.py): Add long_description_content_type
[ppu.git] / 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/',