Skip to content

Commit cacbf57

Browse files
authored
fix(py): Fix pyproject.toml on fastapi plugin (#5030)
1 parent 0860eca commit cacbf57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

py/plugins/fastapi/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ build-backend = "hatchling.build"
6666
requires = ["hatchling"]
6767

6868
[tool.hatch.build.targets.wheel]
69-
packages = ["src/genkit", "src/genkit/plugins"]
69+
packages = ["src/genkit"]

0 commit comments

Comments
 (0)