summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorNakul Pathak <nakul@sigopt.com>2018-10-08 16:26:53 -0700
committerJeff Widman <jeff@jeffwidman.com>2018-10-09 12:39:04 -0700
commitcc4006e6a8ea9441b01a631f3350357a8a2e4088 (patch)
tree1f51a59cc30505898e02b0badba5ae94bf8f4d0c /setup.py
parent47e07a9674713b0756bce0811545c4442d40b60b (diff)
downloadkazoo-cc4006e6a8ea9441b01a631f3350357a8a2e4088.tar.gz
docs: specify description type for pypi to render correctly
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 21127c4..8676e29 100644
--- a/setup.py
+++ b/setup.py
@@ -77,4 +77,5 @@ setup(
extras_require={
'test': tests_require,
},
+ long_description_content_type="text/markdown",
)