Skip to content

Commit

Permalink
Update authors and maintainers
Browse files Browse the repository at this point in the history
  • Loading branch information
elpablete authored Jan 10, 2025
1 parent 414fbbf commit f625c5e
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,19 @@ name = "pygination"
version = "0.0.12"
description = "Simple pagination for pydantic models and SQLAlchemy Query objects"
readme = "README.md"
authors = [{ name = "Enerbit", email = "[email protected]" }]
authors = [
{ name = "pablete", email = "[email protected]" },
{ name = "mike-diomedes", email = "[email protected]"},
{ name = "jdata", email = "[email protected]"}
]
maintainers = [
{ name = "pablete", email = "[email protected]" },
]
requires-python = ">=3.7"
Homepage = "https://github.com/enerBit/pygination"
Repository = "https://github.com/enerBit/pygination.git"
Issues = "https://github.com/enerBit/pygination/issues"

dependencies = ["SQLAlchemy", "pydantic"]

[build-system]
Expand Down

0 comments on commit f625c5e

Please sign in to comment.