Skip to content

Commit 11ef2d0

Browse files
authored
build: fix packages.find.where format for setuptools
1 parent b572e0e commit 11ef2d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/python/packages/flet/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ build-backend = "setuptools.build_meta"
103103
mkdocs-external-images = { git = "https://github.com/flet-dev/mkdocs-external-images", tag = "v0.2.0" }
104104

105105
[tool.setuptools.packages.find]
106-
where = "src"
106+
where = ["src"]
107107

108108
[tool.setuptools.package-data]
109109
"flet" = ["py.typed"]

0 commit comments

Comments
 (0)