Skip to content

Commit 0bd3f6e

Browse files
authored
Include py.typed to indicate support for type hints (#260)
1 parent 82944e4 commit 0bd3f6e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ beam = [
1616
"apache-beam[gcp]>=2.34.0",
1717
]
1818

19+
[tool.setuptools.package-data]
20+
sciencebeam_utils = ["py.typed"]
21+
22+
[tool.setuptools]
23+
include-package-data = true
24+
1925
[tool.setuptools.packages.find]
2026
where = ["."]
2127
include = ["sciencebeam_utils*"]

sciencebeam_utils/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)