mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-15 06:52:39 +02:00
[description] was not being converted to rst
This commit is contained in:
parent
8ed7c90a77
commit
2577334ffa
1 changed files with 2 additions and 0 deletions
2
setup.py
2
setup.py
|
|
@ -57,6 +57,8 @@ def read_to_rst(fname):
|
||||||
except ImportError:
|
except ImportError:
|
||||||
return read(fname)
|
return read(fname)
|
||||||
|
|
||||||
|
read_to_rst('README.md')
|
||||||
|
|
||||||
version_dummy = {}
|
version_dummy = {}
|
||||||
exec(read('GPy/__version__.py'), version_dummy)
|
exec(read('GPy/__version__.py'), version_dummy)
|
||||||
__version__ = version_dummy['__version__']
|
__version__ = version_dummy['__version__']
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue