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