Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HideakiImamura committed May 22, 2024
1 parent 40d1193 commit 02a1348
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ documentation = "https://optuna.github.io/optunahub-registry/"
bugtracker = "https://github.com/optuna/optunahub-registry/issues"

[tool.setuptools.packages.find]
include = ["optunahub-registry*", "package*"]
include = ["package*"]

[tool.setuptools.dynamic]
version = {attr = "optunahub-registry.version.__version__"}
version = {attr = "version.__version__"}

[tool.ruff]
line-length = 99
Expand Down
File renamed without changes.

0 comments on commit 02a1348

Please sign in to comment.