Added an explicit content type for long_description (#4826)

It already defaults to x-rst, but this silences a warning
This commit is contained in:
Alex Gaynor 2019-03-31 20:04:04 -04:00 committed by Paul Kehrer
parent 9110595273
commit 5fbc54ec05

View file

@ -250,6 +250,7 @@ setup(
description=about["__summary__"],
long_description=long_description,
long_description_content_type="text/x-rst",
license=about["__license__"],
url=about["__uri__"],