mirror of https://github.com/Nonannet/pyladoc.git
py.typed file added indication packet uses type annotations
This commit is contained in:
parent
5f6147c2b9
commit
726e6c7de0
|
@ -45,7 +45,7 @@ build-backend = "setuptools.build_meta"
|
||||||
where = ["src"]
|
where = ["src"]
|
||||||
|
|
||||||
[tool.setuptools.package-data]
|
[tool.setuptools.package-data]
|
||||||
pyladoc = ["templates/*"]
|
pyladoc = ["templates/*", "py.typed"]
|
||||||
|
|
||||||
[tool.mypy]
|
[tool.mypy]
|
||||||
files = ["src"]
|
files = ["src"]
|
||||||
|
|
Loading…
Reference in New Issue