Skip to content

Commit

Permalink
Add the long_description_content_type to appease PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
ESultanik committed Apr 16, 2021
1 parent cc1974c commit 992a4a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ def polytracker_version_string() -> str:
name='polytracker',
description='An LLVM-based instrumentation tool for universal taint tracking, dataflow analysis, and tracing.',
long_description=README,
long_description_content_type="text/markdown",
url='https://github.com/trailofbits/polytracker',
author='Trail of Bits',
version=polytracker_version_string(),
Expand Down

0 comments on commit 992a4a2

Please sign in to comment.