From 09721e887bb8635f9db6efd99c65d660d3ab4112 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Thu, 19 Dec 2019 14:11:28 -0800 Subject: Specify the long description encoding --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index dd0a391..7a09f5e 100644 --- a/setup.py +++ b/setup.py @@ -19,6 +19,7 @@ setup( version=__version__, description='URI templates', long_description="\n\n".join([readme, history]), + long_description_content_type="text/x-rst", license="BSD 3-Clause License or Apache License, Version 2.0", author="Ian Stapleton Cordasco", author_email="graffatcolmingov@gmail.com", -- cgit v1.2.3