Skip to content

Commit 264e3fa

Browse files
committed
[MNT] add keywords and classifiers to pyproject.toml
1 parent f77371e commit 264e3fa

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

pyproject.toml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,19 @@ description = "An optimization and data collection toolbox for convenient and fa
1212
readme = "README.md"
1313
requires-python = ">=3.10"
1414
license = {file = "LICENSE"}
15-
keywords = ["visualization", "data-science"]
15+
keywords = ["optimization",
16+
"hyperparameter-tuning",
17+
"bayesian-optimization",
18+
"machine-learning",
19+
"data-science",
20+
"hyperparameter-optimization",
21+
"automl",
22+
"model-selection",
23+
"gradient-free",
24+
"black-box-optimization",
25+
"scikit-learn",
26+
"pytorch",
27+
]
1628
authors = [
1729
{name = "Simon Blanke", email = "simon.blanke@yahoo.com" }
1830
]
@@ -30,10 +42,13 @@ classifiers=[
3042
"Operating System :: OS Independent",
3143
"Topic :: Scientific/Engineering :: Information Analysis",
3244
"Topic :: Scientific/Engineering :: Mathematics",
45+
"Topic :: Scientific/Engineering :: Artificial Intelligence",
3346
"Topic :: Software Development :: Libraries :: Python Modules",
47+
"Development Status :: 5 - Production/Stable",
3448
"Intended Audience :: Developers",
3549
"Intended Audience :: Information Technology",
3650
"Intended Audience :: Science/Research",
51+
"Intended Audience :: Education",
3752
]
3853

3954
dependencies = [

0 commit comments

Comments
 (0)