Skip to content

Commit cb5938f

Browse files
committed
fix readme link in setup.py
1 parent 8975a6c commit cb5938f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
license='BSD-Clause3',
1717
keywords='python xarray modelling simulation-framework',
1818
packages=['xsimlab', 'xsimlab.variable'],
19-
long_description=(open('README.md').read() if exists('README.md')
19+
long_description=(open('README.rst').read() if exists('README.rst')
2020
else ''),
2121
python_requires='>=3.4',
2222
install_requires=['numpy', 'xarray >= 0.8.0'],

0 commit comments

Comments
 (0)