Skip to content

Commit 9198ecc

Browse files
authored
Add py.typed to pyproject.toml
1 parent c7d7bab commit 9198ecc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ dynamic = ["version"]
2727
[tool.setuptools]
2828
packages = ["dataretrieval", "dataretrieval.codes"]
2929

30+
[tool.setuptools.package-data]
31+
dataretrieval = ["py.typed"]
32+
3033
[project.optional-dependencies]
3134
test = [
3235
"pytest > 5.0.0",

0 commit comments

Comments
 (0)