py.typed file added indication package uses type annotations

This commit is contained in:
Nicolas 2025-07-06 18:02:47 +02:00
parent 4327c6ccf3
commit ea950763c7
2 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ build-backend = "setuptools.build_meta"
where = ["src"] where = ["src"]
[tool.setuptools.package-data] [tool.setuptools.package-data]
gaspype = ["data/therm_data.bin"] gaspype = ["data/therm_data.bin", "py.typed"]
[project.optional-dependencies] [project.optional-dependencies]
dev = [ dev = [

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