From 59ba858aba5b5c3b6a6812bedaf7af0fc670c8ee Mon Sep 17 00:00:00 2001 From: mzwiessele Date: Mon, 12 Oct 2015 10:09:41 +0100 Subject: [PATCH] [rst] oops --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 35b5003c..014c7f36 100644 --- a/setup.py +++ b/setup.py @@ -93,7 +93,7 @@ ext_mods = [Extension(name='GPy.kern.src.stationary_cython', setup(name = 'GPy', version = __version__, - author = read_to_rst('AUTHORS.TXT'), + author = read_to_rst('AUTHORS.txt'), author_email = "gpy.authors@gmail.com", description = ("The Gaussian Process Toolbox"), license = "BSD 3-clause",