Skip to content

Commit 992a4a2

Browse files
committed
Add the long_description_content_type to appease PyPI
1 parent cc1974c commit 992a4a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ def polytracker_version_string() -> str:
8282
name='polytracker',
8383
description='An LLVM-based instrumentation tool for universal taint tracking, dataflow analysis, and tracing.',
8484
long_description=README,
85+
long_description_content_type="text/markdown",
8586
url='https://github.com/trailofbits/polytracker',
8687
author='Trail of Bits',
8788
version=polytracker_version_string(),

0 commit comments

Comments
 (0)