From 934a4f0e332dfdbbe225a3f978a508429d5472a9 Mon Sep 17 00:00:00 2001 From: Eric Hennenfent Date: Thu, 30 Jan 2020 23:28:29 -0800 Subject: [PATCH] Hotfix: add long_description_content_type Default is RestructuredTest, not Markdown --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 55df85f81..355124359 100644 --- a/setup.py +++ b/setup.py @@ -42,6 +42,7 @@ def rtd_dependent_deps(): name="manticore", description="Manticore is a symbolic execution tool for analysis of binaries and smart contracts.", long_description=long_description, + long_description_content_type="text/markdown", url="https://github.com/trailofbits/manticore", author="Trail of Bits", version="0.3.3",