From c8b40cc263f228858a1478cae5baa9951669616a Mon Sep 17 00:00:00 2001 From: Douglas Lassance Date: Thu, 15 Oct 2020 19:04:59 -0700 Subject: [PATCH] Fix long_description on setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 26f8c5b..87e3e21 100644 --- a/setup.py +++ b/setup.py @@ -19,6 +19,7 @@ version=airstorm.__version__, description="A Python ORM for Airtable.", long_description=long_description, + long_description_content_type='text/markdown', url="https://github.com/playsthetic/airstorm", author=airstorm.__author__, author_email=airstorm.__email__,