Skip to content

Commit 99d74b5

Browse files
committed
fix(utils): improve pyproject.toml
1 parent c99d0fb commit 99d74b5

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

src/utils/pyproject.toml

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,28 @@
11
[project]
22
name = "supabase_utils"
3-
version = "2.26.0"
3+
version = "2.27.0" # {x-release-please-version}
4+
authors = [
5+
{ name = "Leonardo Santiago", email="[email protected]" }
6+
]
7+
maintainers = [
8+
{ name = "Leonardo Santiago", email = "[email protected]" }
9+
]
10+
classifiers = [
11+
"Programming Language :: Python :: 3",
12+
"Operating System :: OS Independent"
13+
]
14+
requires-python = ">=3.9"
415
description = "Common collection of methods used in the supabase python libraries."
516
readme = "README.md"
6-
requires-python = ">=3.11"
717
dependencies = [
818
"httpx>=0.28.1",
919
"pydantic>=2.12.2",
1020
"typing-extensions>=4.15.0",
1121
"yarl>=1.22.0",
1222
]
23+
24+
[project.urls]
25+
homepage = "https://github.com/supabase/supabase-py"
26+
repository = "https://github.com/supabase/supabase-py"
27+
documentation = "https://github.com/supabase/supabase-py/src/utils"
28+
changelog = "https://github.com/supabase/supabase-py/tree/main/CHANGELOG.md"

0 commit comments

Comments
 (0)