Merge pull request #95 from optuna/set-license-file

Set license_file in setup.cfg
This commit is contained in:
Masashi Shibata
2021-05-07 15:18:13 +09:00
committed by GitHub
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -1 +0,0 @@
include LICENSE
+1
View File
@@ -9,6 +9,7 @@ description = Real-time dashboard for Optuna.
long_description = file: README.md
long_description_content_type = text/markdown
license = MIT License
license_file = LICENSE
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Developers