[coverage] updated coveragerc

This commit is contained in:
mzwiessele 2015-11-12 12:06:50 +00:00
parent a7b863c4f1
commit 6c6bc987b6
2 changed files with 4 additions and 4 deletions

View file

@ -57,7 +57,7 @@ def read_to_rst(fname):
except ImportError:
return read(fname)
read_to_rst('README.md')
desc = read_to_rst('README.md')
version_dummy = {}
exec(read('GPy/__version__.py'), version_dummy)
@ -139,7 +139,7 @@ setup(name = 'GPy',
include_package_data = True,
py_modules = ['GPy.__init__'],
test_suite = 'GPy.testing',
long_description='https://github.com/SheffieldML/GPy',
long_description=desc,
install_requires=['numpy>=1.7', 'scipy>=0.16', 'six', 'paramz'],
extras_require = {'docs':['sphinx'],
'optional':['mpi4py',