Add py.typed
This commit is contained in:
parent
18623ad3eb
commit
628994c229
2 changed files with 2 additions and 0 deletions
|
|
@ -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
0
src/chap/py.typed
Normal file
Loading…
Reference in a new issue