Skip to content

Commit b572e0e

Browse files
committed
build: include py.typed in package-data for typed package publishing
1 parent 3d7268e commit b572e0e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

sdk/python/packages/flet/pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,9 @@ build-backend = "setuptools.build_meta"
101101

102102
[tool.uv.sources]
103103
mkdocs-external-images = { git = "https://github.com/flet-dev/mkdocs-external-images", tag = "v0.2.0" }
104+
105+
[tool.setuptools.packages.find]
106+
where = "src"
107+
108+
[tool.setuptools.package-data]
109+
"flet" = ["py.typed"]

0 commit comments

Comments
 (0)