Exclude node_modules from package_data

This commit is contained in:
c-bata
2024-03-22 10:59:50 +09:00
parent 5a8d6bc59f
commit e3272eee39
+1
View File
@@ -75,6 +75,7 @@ package-data = { "optuna_dashboard" = ["public/*", "img/*", "index.html"] }
[tool.setuptools.packages.find]
include = ["optuna_dashboard*"]
exclude = ["optuna_dashboard.node_modules*", "optuna_dashboard.ts*"]
[project.urls]
"Homepage" = "https://github.com/optuna/optuna-dashboard"