Skip to content

Commit 411f7a3

Browse files
committed
Fix README file extension
1 parent 8cfb885 commit 411f7a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@
3636
url='http://pypi.python.org/pypi/hapiclient/',
3737
license='LICENSE.txt',
3838
description='Interface to Heliophysics data server API',
39-
long_description=open('README.rst').read(),
39+
long_description=open('README.md').read(),
4040
install_requires=install_requires
4141
)

0 commit comments

Comments
 (0)