We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8975a6c commit cb5938fCopy full SHA for cb5938f
setup.py
@@ -16,7 +16,7 @@
16
license='BSD-Clause3',
17
keywords='python xarray modelling simulation-framework',
18
packages=['xsimlab', 'xsimlab.variable'],
19
- long_description=(open('README.md').read() if exists('README.md')
+ long_description=(open('README.rst').read() if exists('README.rst')
20
else ''),
21
python_requires='>=3.4',
22
install_requires=['numpy', 'xarray >= 0.8.0'],
0 commit comments