Skip to content

Commit 33c7cdc

Browse files
fix: Adding license field to pyproject.toml
1 parent 269eba7 commit 33c7cdc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "glean-api-client"
33
version = "0.2.0"
44
description = "Python Client SDK Generated by Speakeasy."
55
authors = [{ name = "Glean Technologies, Inc." }]
6+
license = "MIT"
67
readme = "README-PYPI.md"
78
requires-python = ">=3.9"
89
dependencies = ["httpx >=0.28.1", "pydantic >=2.11.2"]

0 commit comments

Comments
 (0)