Skip to content

Commit db873e6

Browse files
committed
update package metadata
1 parent e542631 commit db873e6

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
[project]
22
name = "bubble-data-api-client"
33
version = "0.4.2"
4-
description = "Python client for Bubble Data API"
4+
description = "Async Python client for Bubble Data API with Pydantic ORM, type safety, connection pooling, and configurable retries"
55
license = "MIT"
66
readme = "README.md"
77
requires-python = ">=3.13"
8+
keywords = ["bubble", "bubble.io", "async", "pydantic", "orm", "api"]
89
classifiers = [
9-
"Programming Language :: Python :: 3.13",
1010
"Programming Language :: Python :: 3.14",
11+
"Programming Language :: Python :: 3.13",
12+
"Typing :: Typed",
13+
"License :: OSI Approved :: MIT License",
1114
]
1215
dependencies = [
1316
"httpx[http2]~=0.28",
@@ -17,6 +20,7 @@ dependencies = [
1720

1821
[project.urls]
1922
Homepage = "https://github.com/bubble-python/bubble-data-api-client"
23+
Repository = "https://github.com/bubble-python/bubble-data-api-client"
2024

2125
[dependency-groups]
2226
dev = [

0 commit comments

Comments
 (0)