aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrett Cannon <brcan@microsoft.com>2019-12-19 14:11:28 -0800
committerBrett Cannon <brcan@microsoft.com>2019-12-19 14:11:28 -0800
commit09721e887bb8635f9db6efd99c65d660d3ab4112 (patch)
tree74698cc8a80ad8f4893a22b8ce78e1f38ddcca53
parent927adb45e0408261847c9df2d2f8d8ae2c8dddbc (diff)
downloaduritemplates-09721e887bb8635f9db6efd99c65d660d3ab4112.tar.gz
Specify the long description encoding
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
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",