Skip to content

Commit fe62908

Browse files
committed
fix
1 parent 8d60853 commit fe62908

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

python/functionstream-api/pyproject.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ dependencies = [
2525
"cloudpickle>=2.0.0",
2626
]
2727

28-
[tool.setuptools]
29-
package-dir = {"" = "src"}
30-
packages = ["fs_api", "fs_api.store"]
28+
[tool.setuptools.packages.find]
29+
where = ["src"]
30+
31+
[tool.setuptools.package-dir]
32+
"" = "src"
3133

0 commit comments

Comments
 (0)