Skip to content

Commit df29597

Browse files
committed
change license entries
1 parent 2e4bbc4 commit df29597

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ version = "5.0.4"
1111
description = "An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models."
1212
readme = "README.md"
1313
requires-python = ">=3.10"
14-
license = {file = "LICENSE"}
14+
license = "MIT"
15+
license-files = ["LICENSE"]
1516
keywords = ["optimization",
1617
"hyperparameter-tuning",
1718
"bayesian-optimization",
@@ -38,7 +39,6 @@ classifiers=[
3839
"Programming Language :: Python :: 3.12",
3940
"Programming Language :: Python :: 3.13",
4041
"Programming Language :: Python :: 3.14",
41-
"License :: OSI Approved :: MIT License",
4242
"Operating System :: OS Independent",
4343
"Topic :: Scientific/Engineering :: Information Analysis",
4444
"Topic :: Scientific/Engineering :: Mathematics",

0 commit comments

Comments
 (0)