Skip to content

Commit 71b11c3

Browse files
committed
Add description content type
[ci skip]
1 parent cb7d8b3 commit 71b11c3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ def _get_long_description():
3333
version=_get_version(),
3434
description=__doc__,
3535
long_description=_get_long_description(),
36+
long_description_content_type='text/markdown',
3637
author='Matthieu Monsch',
37-
author_email='monsch@alum.mit.edu',
38+
author_email='mtth@apache.org',
3839
url='https://hdfscli.readthedocs.io',
3940
license='MIT',
4041
packages=find_packages(),
@@ -48,6 +49,7 @@ def _get_long_description():
4849
'Programming Language :: Python :: 3.3',
4950
'Programming Language :: Python :: 3.4',
5051
'Programming Language :: Python :: 3.5',
52+
'Programming Language :: Python :: 3.6',
5153
],
5254
install_requires=[
5355
'docopt',

0 commit comments

Comments
 (0)