py.typed file added indication package uses type annotations
This commit is contained in:
parent
4327c6ccf3
commit
ea950763c7
|
@ -30,7 +30,7 @@ build-backend = "setuptools.build_meta"
|
|||
where = ["src"]
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
gaspype = ["data/therm_data.bin"]
|
||||
gaspype = ["data/therm_data.bin", "py.typed"]
|
||||
|
||||
[project.optional-dependencies]
|
||||
dev = [
|
||||
|
|
Loading…
Reference in New Issue