We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 111e8c4 commit 70cbf8bCopy full SHA for 70cbf8b
setup.py
@@ -9,7 +9,7 @@
9
version = __import__('env.environment').environment.climaf_version
10
description = 'CliMAF: a Climate Model Assessment Framework.'
11
long_description = (
12
- open('README.rst').read()
+ open('README.md').read()
13
)
14
15
requires = [line.strip() for line in open('requirements.txt')]
0 commit comments