Skip to content

Commit

Permalink
add long_description_content_type to setup.py
Browse files Browse the repository at this point in the history
pypi is not happy with the readme format
  • Loading branch information
peitili committed May 20, 2021
1 parent 39b8ba1 commit 4e3a65a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -25,6 +25,7 @@ def test_suite():
],
keywords='',
author=u"Rob Marianski",
long_description_content_type='text/markdown',
author_email='hello@mapzen.com',
url='https://github.com/tilezen/mapbox-vector-tile',
license='MIT',
Expand Down

0 comments on commit 4e3a65a

Please sign in to comment.