There was an error while loading. Please reload this page.
1 parent 2e4bbc4 commit df29597Copy full SHA for df29597
1 file changed
pyproject.toml
@@ -11,7 +11,8 @@ version = "5.0.4"
11
description = "An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models."
12
readme = "README.md"
13
requires-python = ">=3.10"
14
-license = {file = "LICENSE"}
+license = "MIT"
15
+license-files = ["LICENSE"]
16
keywords = ["optimization",
17
"hyperparameter-tuning",
18
"bayesian-optimization",
@@ -38,7 +39,6 @@ classifiers=[
38
39
"Programming Language :: Python :: 3.12",
40
"Programming Language :: Python :: 3.13",
41
"Programming Language :: Python :: 3.14",
- "License :: OSI Approved :: MIT License",
42
"Operating System :: OS Independent",
43
"Topic :: Scientific/Engineering :: Information Analysis",
44
"Topic :: Scientific/Engineering :: Mathematics",
0 commit comments