We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8acbe2b commit 67bad65Copy full SHA for 67bad65
setup.py
@@ -1,9 +1,6 @@
1
from setuptools import setup, find_packages
2
import bayes_opt
3
4
-with open("README.md", "r") as fh:
5
- long_description = fh.read()
6
-
7
setup(
8
name='bayesian-optimization',
9
version=bayes_opt.__version__,
@@ -13,7 +10,6 @@
13
10
author_email="[email protected]",
14
11
description='Bayesian Optimization package',
15
12
long_description="A Python implementation of global optimization with gaussian processes.",
16
- long_description_content_type = "text/markdown",
17
download_url='https://github.com/fmfn/BayesianOptimization/tarball/0.6',
18
install_requires=[
19
"numpy >= 1.9.0",
0 commit comments