[description] was still in

This commit is contained in:
mzwiessele 2015-11-07 11:54:18 +00:00
parent 886585e1d1
commit 6d381a3c10
2 changed files with 37 additions and 1 deletions

View file

@ -137,7 +137,7 @@ setup(name = 'GPy',
include_package_data = True,
py_modules = ['GPy.__init__'],
test_suite = 'GPy.testing',
long_description=read_to_rst('README.md'),
#long_description=read_to_rst('README.md'),
install_requires=['numpy>=1.7', 'scipy>=0.16', 'six', 'paramz'],
extras_require = {'docs':['sphinx'],
'optional':['mpi4py',