Skip to content

Commit 83bb877

Browse files
committed
fix setuptools
1 parent fa565d3 commit 83bb877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Homepage = "https://github.com/browserbase/stagehand-python"
4646
Repository = "https://github.com/browserbase/stagehand-python"
4747

4848
[tool.setuptools]
49-
packages = []
49+
# Omit explicit package list so we can use the nested `.packages.find` table below.
5050

5151
[tool.setuptools.packages.find]
5252
where = ["."]

0 commit comments

Comments
 (0)