From 7d044f67a44c22d1ee8643cf16e5eff219fa384a Mon Sep 17 00:00:00 2001 From: holgern Date: Wed, 29 Jan 2020 16:50:25 +0100 Subject: [PATCH] Update Author list and readme --- AUTHORS.md | 2 ++ LICENSE.md | 2 +- MANIFEST.in | 5 +++-- README.rst | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 5d1fa66a9..72560aa9a 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -11,6 +11,7 @@ Scikit-Optimize is a community effort. Contributors include, in alphabetical ord * [Manoj Kumar][mechcoder] * [Gilles Louppe][glouppe] * [Katie Malone][cmmalone] +* [Holger Nahrstaedt][holgern] * [nel215][nel215] * [Mikhail Pak][mp4096] * [Iaroslav Shcherbatyi](iaroslav-ai) @@ -35,3 +36,4 @@ The scikit-optimize logo was a contribution by [thomasjpfan]: https://github.com/thomasjpfan [mirca]: http://mirca.github.io/ [iaroslav-ai]: http://iaroslav-ai.github.io/ +[holgern]: https://github.com/holgern diff --git a/LICENSE.md b/LICENSE.md index d1b5dc972..cf5772813 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ New BSD License -Copyright (c) 2016 - scikit-optimize developers. +Copyright (c) 2016-2020 The scikit-optimize developers. All rights reserved. diff --git a/MANIFEST.in b/MANIFEST.in index 1eaf8192f..95de3d03e 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,5 @@ include *.md include *.rst -include versioneer.py -include skopt/_version.py +recursive-include doc * +recursive-include examples * +include README.rst \ No newline at end of file diff --git a/README.rst b/README.rst index 74d805801..8ce67f48b 100644 --- a/README.rst +++ b/README.rst @@ -38,7 +38,7 @@ Important links Install ------- -The latest released version of scikit-optimize is v0.6, which you can install +The latest released version of scikit-optimize is v0.7, which you can install with: ::