Skip to content

Commit 1469120

Browse files
committed
chore: add build-backend key to pyproject.toml to be complient with PEP517
1 parent 48f8256 commit 1469120

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[build-system]
22
requires = ["setuptools", "wheel", "twine>=6.1.0", "packaging>=24.2", "pkginfo>=1.12.0"]
3+
build-backend = "setuptools.build_meta"
34

45
[project]
56
name = "google-genai"
@@ -39,7 +40,7 @@ dependencies = [
3940

4041
[project.optional-dependencies]
4142
aiohttp = ["aiohttp<3.13.3"]
42-
local-tokenizer = ["sentencepiece>=0.2.0", "protobuf"]
43+
local-tokenizer = ["sentencepiece>=0.2.0", "protobuf>"]
4344

4445
[project.urls]
4546
Homepage = "https://github.com/googleapis/python-genai"

0 commit comments

Comments
 (0)