We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ecbb6e commit fa565d3Copy full SHA for fa565d3
pyproject.toml
@@ -46,7 +46,11 @@ Homepage = "https://github.com/browserbase/stagehand-python"
46
Repository = "https://github.com/browserbase/stagehand-python"
47
48
[tool.setuptools]
49
-packages = ["stagehand"]
+packages = []
50
+
51
+[tool.setuptools.packages.find]
52
+where = ["."]
53
+include = ["stagehand*"]
54
55
[tool.setuptools.package-data]
56
stagehand = ["domScripts.js"]
0 commit comments