From 3dfdba092c408470570df5e781b8e02fd2c2ba5d Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Sun, 1 Mar 2020 12:43:12 +0800 Subject: [PATCH] Corrected markup content type for long description. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 2df63491..b0ea0da1 100644 --- a/setup.py +++ b/setup.py @@ -21,6 +21,7 @@ version=version, description='Python API for accessing the REST API of the Xero accounting tool.', long_description=long_description, + long_description_content_type='text/markdown', author='Russell Keith-Magee', author_email='russell@keith-magee.com', url='http://github.com/freakboy3742/pyxero',