py.typed file added indication package uses type annotations

This commit is contained in:
Nicolas 2025-07-06 18:04:51 +02:00
parent dfa922f436
commit eef02d7439
2 changed files with 3 additions and 0 deletions

View File

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

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