Skip to content

Commit 80574ed

Browse files
author
Nikola Jajcay
authored
Merge pull request #5 from jajcayn/fix/pypi_release
add manifest.in
2 parents d595a5c + fc9671c commit 80574ed

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

MANIFEST.in

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include README_pypi.md
2+
include requirements.txt

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
setuptools.setup(
2222
name="pygpso",
23-
version="0.1",
23+
version="0.1.1",
2424
description="Bayesian optimisation method leveraging Gaussian Processes "
2525
"surrogate",
2626
long_description=long_description,

0 commit comments

Comments
 (0)