py.typed file added indication package uses type annotations

This commit is contained in:
Nicolas 2025-07-06 18:04:51 +02:00 committed by Nicolas Kruse
parent 6cb067ce43
commit 0f5eda6cfc
2 changed files with 3 additions and 0 deletions

View File

@ -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"

0
src/pyhoff/py.typed Normal file
View File