mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-23 13:30:25 +08:00
Merge pull request #381 from c-bata/fix-sdist
Fix artifact import issue
This commit is contained in:
+3
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user