Skip to content

Commit

Permalink
Merge pull request #9 from optuna/introduce-py-typed
Browse files Browse the repository at this point in the history
Add py.typed
  • Loading branch information
HideakiImamura authored May 15, 2024
2 parents 85e591c + 7c83444 commit 519331e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Empty file added optunahub/py.typed
Empty file.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ include = ["optunahub*"]
[tool.setuptools.dynamic]
version = {attr = "optunahub.version.__version__"}

[tool.setuptools.package-data]
"optunahub" = [
"py.typed",
]

[tool.ruff]
line-length = 99

Expand Down

0 comments on commit 519331e

Please sign in to comment.