Add long_description_content_type to package metadata

This commit is contained in:
Takeshi KOMIYA 2019-03-10 18:57:50 +09:00
parent db23555f7d
commit ab95fa5ded

View File

@ -172,6 +172,7 @@ setup(
author_email='georg@python.org', author_email='georg@python.org',
description='Python documentation generator', description='Python documentation generator',
long_description=long_desc, long_description=long_desc,
long_description_content_type='text/x-rst',
zip_safe=False, zip_safe=False,
classifiers=[ classifiers=[
'Development Status :: 5 - Production/Stable', 'Development Status :: 5 - Production/Stable',