Skip to content

Commit f625c5e

Browse files
authored
Update authors and maintainers
1 parent 414fbbf commit f625c5e

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

pyproject.toml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,19 @@ name = "pygination"
33
version = "0.0.12"
44
description = "Simple pagination for pydantic models and SQLAlchemy Query objects"
55
readme = "README.md"
6-
authors = [{ name = "Enerbit", email = "[email protected]" }]
6+
authors = [
7+
{ name = "pablete", email = "[email protected]" },
8+
{ name = "mike-diomedes", email = "[email protected]"},
9+
{ name = "jdata", email = "[email protected]"}
10+
]
11+
maintainers = [
12+
{ name = "pablete", email = "[email protected]" },
13+
]
714
requires-python = ">=3.7"
15+
Homepage = "https://github.com/enerBit/pygination"
16+
Repository = "https://github.com/enerBit/pygination.git"
17+
Issues = "https://github.com/enerBit/pygination/issues"
18+
819
dependencies = ["SQLAlchemy", "pydantic"]
920

1021
[build-system]

0 commit comments

Comments
 (0)