Merge pull request #381 from c-bata/fix-sdist

Fix artifact import issue
This commit is contained in:
Masashi Shibata
2023-02-01 09:39:04 +09:00
committed by GitHub
+3 -1
View File
@@ -40,10 +40,12 @@ optuna-dashboard = "optuna_dashboard._cli:main"
version = {attr = "optuna_dashboard.__version__"}
[tool.setuptools]
packages = ["optuna_dashboard"]
include-package-data = false
package-data = { "optuna_dashboard" = ["public/*", "img/*", "index.html"] }
[tool.setuptools.packages.find]
include = ["optuna_dashboard*"]
[project.urls]
"Homepage" = "https://github.com/optuna/optuna-dashboard"
"Sources" = "https://github.com/optuna/optuna-dashboard"