Skip to content

Commit

Permalink
Add long_description to README
Browse files Browse the repository at this point in the history
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."
  • Loading branch information
adamchainz authored and fmfn committed Feb 6, 2019
1 parent eb37c85 commit 2faab35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
author='Fernando Nogueira',
author_email="fmfnogueira@gmail.com",
description='Bayesian Optimization package',
long_description='A Python implementation of global optimization with gaussian processes.',
download_url='https://github.com/fmfn/BayesianOptimization/tarball/0.6',
install_requires=[
"numpy >= 1.9.0",
Expand Down

0 comments on commit 2faab35

Please sign in to comment.