Skip to content

Commit

Permalink
Merge pull request #6 from YosysHQ/jix/pytyped
Browse files Browse the repository at this point in the history
Mark python package as fully typed
  • Loading branch information
jix authored Nov 30, 2023
2 parents 29a9a3b + da7f1b2 commit 6caaa64
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 6caaa64

Please sign in to comment.