Skip to content

Commit

Permalink
Mark python package as fully typed
Browse files Browse the repository at this point in the history
  • Loading branch information
jix committed Nov 30, 2023
1 parent 29a9a3b commit da7f1b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ dev = [
requires = ["setuptools >= 61.0.0"]
build-backend = "setuptools.build_meta"

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


[tool.black]
line-length = 100

Expand Down
Empty file added src/yosys_mau/py.typed
Empty file.

0 comments on commit da7f1b2

Please sign in to comment.