We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 466b721 commit 251b194Copy full SHA for 251b194
1 file changed
pyproject.toml
@@ -5,15 +5,14 @@ build-backend = "setuptools.build_meta"
5
[tool.setuptools.packages.find]
6
where = ["src"]
7
8
-[tool.setuptools]
9
-license-files = []
10
-
11
[project]
12
name = "gradient-free-optimizers"
13
version = "1.12.0"
14
description = "Lightweight optimization with local, global, population-based and sequential techniques across mixed search spaces "
15
readme = "README.md"
16
requires-python = ">=3.10"
+license = "MIT"
+license-files = ["LICENSE"]
17
keywords = [
18
"optimization",
19
"hyperparameter-optimization",
0 commit comments