From 4f58d5d3adeeb2e160a70c81e6ee8cb2bf1aa13c Mon Sep 17 00:00:00 2001 From: Jungtaek Kim Date: Tue, 13 Apr 2021 08:46:58 +0900 Subject: [PATCH] Update minor things --- .gitignore | 2 +- MANIFEST.in | 2 +- README.md | 2 +- create_wheels_source.txt | 2 +- requirements-dev.txt | 1 + 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 60d976a..bb50194 100644 --- a/.gitignore +++ b/.gitignore @@ -129,6 +129,6 @@ dmypy.json .pyre/ # Jungtaek -*.swp .DS_Store __MACOSX/ +*.swp diff --git a/MANIFEST.in b/MANIFEST.in index 096dd50..a7da3fc 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,2 @@ -include LICENSE include requirements.txt +include LICENSE diff --git a/README.md b/README.md index 48e0733..8945ca4 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Benchmarks for Bayesian optimization. The details of benchmark functions can be found in [these notes](http://jungtaek.github.io/notes/benchmarks_bo.pdf). ## Installation -We recommend installed it with `virtualenv`. +We recommend installing it with `virtualenv`. You can choose one of three installation options. * Using PyPI repository (for user installation) diff --git a/create_wheels_source.txt b/create_wheels_source.txt index 0c3fecd..e3e7cce 100644 --- a/create_wheels_source.txt +++ b/create_wheels_source.txt @@ -1,4 +1,4 @@ -# Install setuptools wheel first. +# Install setuptools wheel first, then command it. python2 setup.py sdist bdist_wheel python3 setup.py sdist bdist_wheel diff --git a/requirements-dev.txt b/requirements-dev.txt index e079f8a..d805a68 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1 +1,2 @@ pytest +matplotlib