File tree Expand file tree Collapse file tree 1 file changed +4
-11
lines changed
Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change 11[project ]
2- name = " api-client-glean "
2+ name = " glean- api-client"
33version = " 0.1.0-beta.1"
44description = " Python Client SDK Generated by Speakeasy."
5- authors = [{ name = " Speakeasy" }, ]
5+ authors = [{ name = " Speakeasy" }]
66readme = " README-PYPI.md"
77requires-python = " >=3.9"
8- dependencies = [
9- " httpx >=0.28.1" ,
10- " pydantic >=2.11.2" ,
11- ]
8+ dependencies = [" httpx >=0.28.1" , " pydantic >=2.11.2" ]
129
1310[tool .poetry ]
14- packages = [
15- { include = " glean" , from = " src" }
16- ]
11+ packages = [{ include = " glean" , from = " src" }]
1712include = [" py.typed" , " src/glean/py.typed" ]
1813
1914[tool .setuptools .package-data ]
@@ -51,5 +46,3 @@ ignore_missing_imports = true
5146[tool .pyright ]
5247venvPath = " ."
5348venv = " .venv"
54-
55-
You can’t perform that action at this time.
0 commit comments