From 0fae1860e7166a97e883a84ed56868e54eed8051 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sat, 10 May 2025 21:58:27 +0200 Subject: [PATCH] chore: add funding link to project metadata --- psycopg/pyproject.toml | 1 + psycopg_c/pyproject.toml | 1 + psycopg_pool/pyproject.toml | 1 + 3 files changed, 3 insertions(+) diff --git a/psycopg/pyproject.toml b/psycopg/pyproject.toml index 1034e4bf8..348e426cd 100644 --- a/psycopg/pyproject.toml +++ b/psycopg/pyproject.toml @@ -51,6 +51,7 @@ Documentation = "https://psycopg.org/psycopg3/docs/" Changes = "https://psycopg.org/psycopg3/docs/news.html" Code = "https://github.com/psycopg/psycopg" "Issue Tracker" = "https://github.com/psycopg/psycopg/issues" +Funding = "https://github.com/sponsors/dvarrazzo" [project.readme] file = "README.rst" diff --git a/psycopg_c/pyproject.toml b/psycopg_c/pyproject.toml index cb332ec39..39999783e 100644 --- a/psycopg_c/pyproject.toml +++ b/psycopg_c/pyproject.toml @@ -62,6 +62,7 @@ Documentation = "https://psycopg.org/psycopg3/docs/" Changes = "https://psycopg.org/psycopg3/docs/news.html" Code = "https://github.com/psycopg/psycopg" "Issue Tracker" = "https://github.com/psycopg/psycopg/issues" +Funding = "https://github.com/sponsors/dvarrazzo" [project.readme] file = "README.rst" diff --git a/psycopg_pool/pyproject.toml b/psycopg_pool/pyproject.toml index fd13ed75e..46a82789c 100644 --- a/psycopg_pool/pyproject.toml +++ b/psycopg_pool/pyproject.toml @@ -46,6 +46,7 @@ Documentation = "https://www.psycopg.org/psycopg3/docs/advanced/pool.html" Changes = "https://psycopg.org/psycopg3/docs/news_pool.html" Code = "https://github.com/psycopg/psycopg" "Issue Tracker" = "https://github.com/psycopg/psycopg/issues" +Funding = "https://github.com/sponsors/dvarrazzo" [project.readme] file = "README.rst" -- 2.47.2