Skip to content

Commit

Permalink
Merge pull request #20 from nickzoic/nick-enable-mypy-type-checking
Browse files Browse the repository at this point in the history
Add py.typed file to enable mypy type checking
  • Loading branch information
afrubin authored Jan 15, 2024
2 parents 5f01fcb + 8724154 commit da825f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,5 @@ exclude = [
".github/",
"paper.*",
]
[tool.setuptools.package-data]
"fqfa" = ["py.typed"]
Empty file added src/fqfa/py.typed
Empty file.

0 comments on commit da825f7

Please sign in to comment.