File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11include sentience/schemas/*.json
2+ recursive-include sentience/extension *.js *.json *.wasm *.d.ts
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " sentienceapi"
7- version = " 0.90.2 "
7+ version = " 0.90.3 "
88description = " Python SDK for Sentience AI Agent Browser Automation"
99readme = " README.md"
1010requires-python = " >=3.11"
@@ -47,6 +47,9 @@ dev = [
4747where = [" ." ]
4848include = [" sentience*" ]
4949
50+ [tool .setuptools .package-data ]
51+ sentience = [" schemas/*.json" , " extension/**/*" ]
52+
5053[tool .pytest .ini_options ]
5154testpaths = [" tests" ]
5255python_files = [" test_*.py" ]
Original file line number Diff line number Diff line change 6464)
6565from .wait import wait_for
6666
67- __version__ = "0.90.2 "
67+ __version__ = "0.90.3 "
6868
6969__all__ = [
7070 # Core SDK
You can’t perform that action at this time.
0 commit comments