Skip to content

Commit

Permalink
Add type annotations for mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
jacopo committed May 22, 2024
1 parent e1b6f6b commit e3cff4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Empty file added postgrestq/py.typed
Empty file.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ license = {text = "MIT"}
[build-system]
requires = ["setuptools>=61", "wheel"]
build-backend = "setuptools.build_meta"

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

0 comments on commit e3cff4e

Please sign in to comment.