Skip to content

Commit 67bad65

Browse files
committed
reverting longreadme from readme change
1 parent 8acbe2b commit 67bad65

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

setup.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
from setuptools import setup, find_packages
22
import bayes_opt
33

4-
with open("README.md", "r") as fh:
5-
long_description = fh.read()
6-
74
setup(
85
name='bayesian-optimization',
96
version=bayes_opt.__version__,
@@ -13,7 +10,6 @@
1310
author_email="[email protected]",
1411
description='Bayesian Optimization package',
1512
long_description="A Python implementation of global optimization with gaussian processes.",
16-
long_description_content_type = "text/markdown",
1713
download_url='https://github.com/fmfn/BayesianOptimization/tarball/0.6',
1814
install_requires=[
1915
"numpy >= 1.9.0",

0 commit comments

Comments
 (0)