Skip to content

Commit

Permalink
Set long_description_content_type to markdown in setup.py (cloudera#364)
Browse files Browse the repository at this point in the history
PyPI now requires that the long description content type be specified.
(Default is reSturcturedText.)
  • Loading branch information
dknupp authored Sep 6, 2019
1 parent 89efd50 commit 71212b6
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 @@ -32,6 +32,7 @@ def readme():
cmdclass=versioneer.get_cmdclass(),
description='Python client for the Impala distributed query engine',
long_description=readme(),
long_description_content_type='text/markdown',
maintainer='Wes McKinney',
maintainer_email='[email protected]',
author='Uri Laserson',
Expand Down

0 comments on commit 71212b6

Please sign in to comment.