Skip to content

Commit 137f027

Browse files
committed
Include py.typed as data file
1 parent abf4ca2 commit 137f027

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ dependencies = [
2323
[tool.setuptools]
2424
packages = ["pyflowlauncher"]
2525

26+
[tool.setuptools.package-data]
27+
"pyflowlauncher" = ["py.typed"]
28+
2629
[tool.bumpversion]
2730
current_version = "0.4.0-dev.0"
2831
parse = """(?x)

0 commit comments

Comments
 (0)