From 5fbc54ec0521730b646df8066bcff1ac9b4be5bf Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sun, 31 Mar 2019 20:04:04 -0400 Subject: Added an explicit content type for long_description (#4826) It already defaults to x-rst, but this silences a warning --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 5b29d32e..482ec596 100644 --- a/setup.py +++ b/setup.py @@ -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__"], -- cgit v1.2.3