Skip to content

Commit 251b194

Browse files
committed
fix 'SetuptoolsDeprecationWarning'
1 parent 466b721 commit 251b194

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,14 @@ build-backend = "setuptools.build_meta"
55
[tool.setuptools.packages.find]
66
where = ["src"]
77

8-
[tool.setuptools]
9-
license-files = []
10-
118
[project]
129
name = "gradient-free-optimizers"
1310
version = "1.12.0"
1411
description = "Lightweight optimization with local, global, population-based and sequential techniques across mixed search spaces "
1512
readme = "README.md"
1613
requires-python = ">=3.10"
14+
license = "MIT"
15+
license-files = ["LICENSE"]
1716
keywords = [
1817
"optimization",
1918
"hyperparameter-optimization",

0 commit comments

Comments
 (0)