Add py.typed

This commit is contained in:
Jeff Epler 2023-11-09 11:21:45 -06:00
parent 18623ad3eb
commit 628994c229
No known key found for this signature in database
GPG key ID: D5BF15AB975AB4DE
2 changed files with 2 additions and 0 deletions

View file

@ -42,3 +42,5 @@ write_to = "src/chap/__version__.py"
[tool.setuptools.dynamic]
readme = {file = ["README.md"], content-type="text/markdown"}
dependencies = {file = "requirements.txt"}
[tool.setuptools.package-data]
"pkgname" = ["py.typed"]

0
src/chap/py.typed Normal file
View file