mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-21 14:05:14 +02:00
[readtorst] rst was not returned before
This commit is contained in:
parent
0a8d51c98e
commit
ff77ff364b
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -45,7 +45,7 @@ def read(fname):
|
|||
with codecs.open(fname, 'r', 'utf-8') as f:
|
||||
return f.read()
|
||||
|
||||
def read_readme(fname):
|
||||
def read_to_rst(fname):
|
||||
try:
|
||||
import pypandoc
|
||||
return pypandoc.convert(read(fname), 'rst')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue