aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorPeter Amstutz2020-04-29 14:55:51 -0400
committerPeter Amstutz2020-04-29 14:55:51 -0400
commit3475c3e30197a11ada10d1b0a4bafb026f2fb580 (patch)
treed408fe1ac73baf5f136b4ccabd8aac787e8c56bb /setup.py
parentfc86359aef7b26e3bd2ba0eedd291ccdde35e0b1 (diff)
downloadbh20-seq-resource-3475c3e30197a11ada10d1b0a4bafb026f2fb580.tar.gz
bh20-seq-resource-3475c3e30197a11ada10d1b0a4bafb026f2fb580.tar.lz
bh20-seq-resource-3475c3e30197a11ada10d1b0a4bafb026f2fb580.zip
Fix description content type for PyPi
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index dc2bdce..473d0ca 100644
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@ setup(
version="1.0",
description="Biohackathon sequence uploader",
long_description=open(README).read(),
- long_description_content_type="text/x-rst",
+ long_description_content_type="text/markdown",
author="Peter Amstutz",
author_email="peter.amstutz@curii.com",
license="Apache 2.0",