From: Daniele Varrazzo Date: Sat, 10 May 2025 19:58:27 +0000 (+0200) Subject: chore: add funding link to project metadata X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=0fae1860e7166a97e883a84ed56868e54eed8051;p=thirdparty%2Fpsycopg.git chore: add funding link to project metadata --- 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"