Skip to content

Commit fa565d3

Browse files
committed
fix package setup
1 parent 6ecbb6e commit fa565d3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

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

4848
[tool.setuptools]
49-
packages = ["stagehand"]
49+
packages = []
50+
51+
[tool.setuptools.packages.find]
52+
where = ["."]
53+
include = ["stagehand*"]
5054

5155
[tool.setuptools.package-data]
5256
stagehand = ["domScripts.js"]

0 commit comments

Comments
 (0)