mirror of https://github.com/Nonannet/pyhoff.git
py.typed file added indication package uses type annotations
This commit is contained in:
parent
dfa922f436
commit
eef02d7439
|
@ -25,6 +25,9 @@ build-backend = "setuptools.build_meta"
|
|||
[tool.setuptools.packages.find]
|
||||
where = ["src"]
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
pyhoff = ["py.typed"]
|
||||
|
||||
[project.optional-dependencies]
|
||||
dev = [
|
||||
"pytest", "flake8", "mypy"
|
||||
|
|
Loading…
Reference in New Issue