Delete license line in pyproject.toml

This commit is contained in:
porink0424
2024-07-10 18:17:59 +09:00
parent 52f7d62215
commit 003c5ffed4
-1
View File
@@ -5,7 +5,6 @@ build-backend = "hatchling.build"
[project]
name = "jupyterlab-optuna"
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.8"
classifiers = [
"Framework :: Jupyter",