From e1204d8977618a9ba3f98e5bf6acf3eb7085ee6e Mon Sep 17 00:00:00 2001 From: mio Date: Mon, 4 Oct 2021 18:09:44 +0200 Subject: [PATCH] Specify the content type --- bindings/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/setup.py b/bindings/python/setup.py index 6042d4ac..75bd8ae7 100755 --- a/bindings/python/setup.py +++ b/bindings/python/setup.py @@ -260,7 +260,7 @@ setup( author_email='aquynh@gmail.com', description='Unicorn CPU emulator engine', long_description=long_desc, - #long_description_content_type="text/markdown", + long_description_content_type="text/markdown", url='http://www.unicorn-engine.org', classifiers=[ 'License :: OSI Approved :: BSD License',