Skip to content

Commit

Permalink
add py.typed file to support typing
Browse files Browse the repository at this point in the history
  • Loading branch information
fzakaria committed Sep 25, 2023
1 parent badad1b commit 7e0ae66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ dev = [
"coverage[toml] >= 7.3",
]

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

[tool.setuptools_scm]
write_to = "sqlelf/_version.py"

Expand Down
Empty file added sqlelf/py.typed
Empty file.

0 comments on commit 7e0ae66

Please sign in to comment.