mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Add long_description_content_type to package metadata
This commit is contained in:
parent
db23555f7d
commit
ab95fa5ded
1
setup.py
1
setup.py
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user