summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Marshall <catchjosh@gmail.com>2021-03-31 15:06:24 +0900
committerJosh Marshall <catchjosh@gmail.com>2021-03-31 15:06:24 +0900
commitd3d7671d8af7050a092bff3e05bde6b959bd1949 (patch)
tree87600ecf62717c65d910eea104d320edcb54780f
parentfb3072efc6c8ac6eccf0cd7a01cdecea976752f1 (diff)
downloadjsonrpclib-d3d7671d8af7050a092bff3e05bde6b959bd1949.tar.gz
Changing long_description to Markdown, finally.
-rwxr-xr-xsetup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 221a272..0816d95 100755
--- a/setup.py
+++ b/setup.py
@@ -32,4 +32,5 @@ distutils.core.setup(
license="http://www.apache.org/licenses/LICENSE-2.0",
description="This project is an implementation of the JSON-RPC v2.0 " +
"specification (backwards-compatible) as a client library.",
- long_description=long_description)
+ long_description=long_description,
+ long_description_content_type="text/markdown")