Skip to content

Commit

Permalink
chore: mark package as PEP-561 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
TeoZosa authored and aexvir committed Feb 28, 2022
1 parent f7d34ab commit 45c0f73
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ classifiers=[
"Programming Language :: Python :: 3.9",
"Topic :: Software Development :: Libraries :: Python Modules",
]
include = ["*.md", "*.toml", "*.txt", "*.yml", "*.yaml", ".coveragerc", "tox.ini"]
include = ["*.md", "*.toml", "*.txt", "*.yml", "*.yaml", ".coveragerc", "tox.ini", "structlog_sentry/py.typed"]

[tool.poetry.dependencies]
python = "^3.6"
Expand Down
Empty file added structlog_sentry/py.typed
Empty file.

0 comments on commit 45c0f73

Please sign in to comment.