Skip to content

Commit 79db1ac

Browse files
Merge pull request #7 from gleanwork/rename-project
refactor: Renames publish artifact to glean-api-client
2 parents 64105f0 + 3ea0b5f commit 79db1ac

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

pyproject.toml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,14 @@
11
[project]
2-
name = "api-client-glean"
2+
name = "glean-api-client"
33
version = "0.1.0-beta.1"
44
description = "Python Client SDK Generated by Speakeasy."
5-
authors = [{ name = "Speakeasy" },]
5+
authors = [{ name = "Glean Technologies, Inc." }]
66
readme = "README-PYPI.md"
77
requires-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" }]
1712
include = ["py.typed", "src/glean/py.typed"]
1813

1914
[tool.setuptools.package-data]
@@ -51,5 +46,3 @@ ignore_missing_imports = true
5146
[tool.pyright]
5247
venvPath = "."
5348
venv = ".venv"
54-
55-

0 commit comments

Comments
 (0)