Skip to content

Commit

Permalink
Ensure that py.typed gets included even when building w/o a git checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Mar 15, 2023
1 parent 4d3bd6f commit 98ee364
Showing 1 changed file 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 @@ -50,6 +50,9 @@ doc = [
[project.entry-points]
pytest11 = {typeguard = "typeguard._pytest_plugin"}

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

[tool.setuptools_scm]
version_scheme = "post-release"
local_scheme = "dirty-tag"
Expand Down

0 comments on commit 98ee364

Please sign in to comment.