From f7364027b512f9b46fca01c7941941ad0e3386a2 Mon Sep 17 00:00:00 2001 From: roll Date: Tue, 6 Aug 2019 14:24:13 +0300 Subject: [PATCH] Fixed long description content type --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 2085d03..8ebd984 100644 --- a/setup.py +++ b/setup.py @@ -54,6 +54,7 @@ def read(*paths): extras_require={'develop': TESTS_REQUIRE + EXAMPLES_REQUIRE}, zip_safe=False, long_description=README, + long_description_content_type='text/markdown', description='Generate SQL tables, load and extract data, based on JSON Table Schema descriptors.', author='Open Knowledge Foundation', author_email='info@okfn.org',