We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 64105f0 + 3ea0b5f commit 79db1acCopy full SHA for 79db1ac
1 file changed
pyproject.toml
@@ -1,19 +1,14 @@
1
[project]
2
-name = "api-client-glean"
+name = "glean-api-client"
3
version = "0.1.0-beta.1"
4
description = "Python Client SDK Generated by Speakeasy."
5
-authors = [{ name = "Speakeasy" },]
+authors = [{ name = "Glean Technologies, Inc." }]
6
readme = "README-PYPI.md"
7
requires-python = ">=3.9"
8
-dependencies = [
9
- "httpx >=0.28.1",
10
- "pydantic >=2.11.2",
11
-]
+dependencies = ["httpx >=0.28.1", "pydantic >=2.11.2"]
12
13
[tool.poetry]
14
-packages = [
15
- { include = "glean", from = "src" }
16
+packages = [{ include = "glean", from = "src" }]
17
include = ["py.typed", "src/glean/py.typed"]
18
19
[tool.setuptools.package-data]
@@ -51,5 +46,3 @@ ignore_missing_imports = true
51
46
[tool.pyright]
52
47
venvPath = "."
53
48
venv = ".venv"
54
-
55
0 commit comments