Skip to content

Commit

Permalink
Add py.typed marker
Browse files Browse the repository at this point in the history
  • Loading branch information
nunofachada committed Jun 13, 2024
1 parent 60888c8 commit 1405239
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Empty file added pyclugen/py.typed
Empty file.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ dev = [
[tool.setuptools]
packages = ["pyclugen"]

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

[tool.mypy]
python_version = "3.8"
warn_unused_ignores = true
Expand Down

0 comments on commit 1405239

Please sign in to comment.