We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cfb885 commit 411f7a3Copy full SHA for 411f7a3
setup.py
@@ -36,6 +36,6 @@
36
url='http://pypi.python.org/pypi/hapiclient/',
37
license='LICENSE.txt',
38
description='Interface to Heliophysics data server API',
39
- long_description=open('README.rst').read(),
+ long_description=open('README.md').read(),
40
install_requires=install_requires
41
)
0 commit comments