From 2de6919a8d32e5aea63e2b0689127634a8ee203b Mon Sep 17 00:00:00 2001 From: Peter Kosztolanyi Date: Mon, 1 Jul 2019 19:03:32 +0100 Subject: [PATCH] add long_description_content_type --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index bcd7736a..d496f5ac 100644 --- a/setup.py +++ b/setup.py @@ -9,6 +9,7 @@ version="1.0.4", description="Singer.io target for loading data to Snowflake - PipelineWise compatible", long_description=long_description, + long_description_content_type='text/markdown', author="TransferWise", url='https://github.com/transferwise/pipelinewise-target-snowflake', classifiers=["Programming Language :: Python :: 3 :: Only"],