From 992a4a23ab016b99a637acf770c806b24b9cef5d Mon Sep 17 00:00:00 2001 From: Evan Sultanik Date: Thu, 15 Apr 2021 21:54:05 -0400 Subject: [PATCH] Add the `long_description_content_type` to appease PyPI --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 9e21b685..800e2330 100644 --- a/setup.py +++ b/setup.py @@ -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(),