Skip to content

Commit

Permalink
Merge pull request #84 from xadrianzetx/follow-pep-561
Browse files Browse the repository at this point in the history
Follow PEP 561 – Distributing and Packaging Type Information
  • Loading branch information
xadrianzetx authored Jul 28, 2023
2 parents 402982a + 38e72ab commit 25d227c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Empty file added optuna_distributed/py.typed
Empty file.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ test = ["pytest"]
[tool.setuptools]
packages = ["optuna_distributed"]

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

[tool.setuptools.dynamic]
version = { attr = "optuna_distributed.__version__" }
readme = { file = "README.md" }
Expand Down

0 comments on commit 25d227c

Please sign in to comment.