From f625c5eb2d95dfb51fb41fbaecf35289622784fa Mon Sep 17 00:00:00 2001 From: Juan Pablo Tamayo Date: Fri, 10 Jan 2025 11:13:57 -0500 Subject: [PATCH] Update authors and maintainers --- pyproject.toml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 73a39ff..727b331 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = "escribenos@enerbit.co" }] +authors = [ + { name = "pablete", email = "jtamayoh@gmail.com" }, + { name = "mike-diomedes", email = "michael.guzman.personal@gmail.com"}, + { name = "jdata", email = "jdmoralesar@gmail.com"} +] +maintainers = [ + { name = "pablete", email = "jtamayo@enerbit.co" }, +] 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]