Skip to content

Commit

Permalink
Merge pull request #5 from jajcayn/fix/pypi_release
Browse files Browse the repository at this point in the history
add manifest.in
  • Loading branch information
jajcayn authored Jan 29, 2020
2 parents d595a5c + fc9671c commit 80574ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include README_pypi.md
include requirements.txt
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

setuptools.setup(
name="pygpso",
version="0.1",
version="0.1.1",
description="Bayesian optimisation method leveraging Gaussian Processes "
"surrogate",
long_description=long_description,
Expand Down

0 comments on commit 80574ed

Please sign in to comment.