Skip to content

Commit 2faab35

Browse files
adamchainzfmfn
authored andcommitted
Add long_description to README
This will stop the [PyPI page](https://pypi.org/project/bayesian-optimization/) looking bare with "The author of this package has not provided a project description."
1 parent eb37c85 commit 2faab35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
author='Fernando Nogueira',
99
author_email="[email protected]",
1010
description='Bayesian Optimization package',
11+
long_description='A Python implementation of global optimization with gaussian processes.',
1112
download_url='https://github.com/fmfn/BayesianOptimization/tarball/0.6',
1213
install_requires=[
1314
"numpy >= 1.9.0",

0 commit comments

Comments
 (0)