Skip to content

Commit

Permalink
Fixed long description content type
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Aug 6, 2019
1 parent cd63df3 commit f736402
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit f736402

Please sign in to comment.