Skip to content

Commit 70cbf8b

Browse files
committed
Bugfix for doc building.
1 parent 111e8c4 commit 70cbf8b

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
@@ -9,7 +9,7 @@
99
version = __import__('env.environment').environment.climaf_version
1010
description = 'CliMAF: a Climate Model Assessment Framework.'
1111
long_description = (
12-
open('README.rst').read()
12+
open('README.md').read()
1313
)
1414

1515
requires = [line.strip() for line in open('requirements.txt')]

0 commit comments

Comments
 (0)