Skip to content
Snippets Groups Projects
Unverified Commit 1fa15b74 authored by Patrick Cloke's avatar Patrick Cloke Committed by GitHub
Browse files

Specify that the long description is rST in the package metadata. (#9180)

This avoids a warning when uploading packages to PyPI via twine.
parent 818bf313
No related branches found
No related tags found
No related merge requests found
Add a `long_description_type` to the package metadata.
...@@ -121,6 +121,7 @@ setup( ...@@ -121,6 +121,7 @@ setup(
include_package_data=True, include_package_data=True,
zip_safe=False, zip_safe=False,
long_description=long_description, long_description=long_description,
long_description_content_type="text/x-rst",
python_requires="~=3.5", python_requires="~=3.5",
classifiers=[ classifiers=[
"Development Status :: 5 - Production/Stable", "Development Status :: 5 - Production/Stable",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment