We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb7d8b3 commit 71b11c3Copy full SHA for 71b11c3
setup.py
@@ -33,8 +33,9 @@ def _get_long_description():
33
version=_get_version(),
34
description=__doc__,
35
long_description=_get_long_description(),
36
+ long_description_content_type='text/markdown',
37
author='Matthieu Monsch',
- author_email='monsch@alum.mit.edu',
38
+ author_email='mtth@apache.org',
39
url='https://hdfscli.readthedocs.io',
40
license='MIT',
41
packages=find_packages(),
@@ -48,6 +49,7 @@ def _get_long_description():
48
49
'Programming Language :: Python :: 3.3',
50
'Programming Language :: Python :: 3.4',
51
'Programming Language :: Python :: 3.5',
52
+ 'Programming Language :: Python :: 3.6',
53
],
54
install_requires=[
55
'docopt',
0 commit comments