Skip to content

Commit

Permalink
Hotfix: add long_description_content_type
Browse files Browse the repository at this point in the history
Default is RestructuredTest, not Markdown
  • Loading branch information
Eric Hennenfent committed Jan 31, 2020
1 parent 4837097 commit 934a4f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -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",
Expand Down

0 comments on commit 934a4f0

Please sign in to comment.