From: Daniele Varrazzo Date: Sat, 10 May 2025 19:58:27 +0000 (+0200) Subject: chore: add funding link to project metadata X-Git-Tag: 3.2.8~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5ba0d944ed28791ccea07f967176efcd3bbfb96;p=thirdparty%2Fpsycopg.git chore: add funding link to project metadata --- diff --git a/psycopg/setup.cfg b/psycopg/setup.cfg index ac5dd4bd9..85b563ed0 100644 --- a/psycopg/setup.cfg +++ b/psycopg/setup.cfg @@ -24,6 +24,7 @@ project_urls = Code = https://github.com/psycopg/psycopg Issue Tracker = https://github.com/psycopg/psycopg/issues Download = https://pypi.org/project/psycopg/ + Funding = https://github.com/sponsors/dvarrazzo classifiers = Development Status :: 5 - Production/Stable diff --git a/psycopg_c/setup.cfg b/psycopg_c/setup.cfg index 6154bb001..e6c6bb2d0 100644 --- a/psycopg_c/setup.cfg +++ b/psycopg_c/setup.cfg @@ -14,6 +14,7 @@ project_urls = Code = https://github.com/psycopg/psycopg Issue Tracker = https://github.com/psycopg/psycopg/issues Download = https://pypi.org/project/psycopg-c/ + Funding = https://github.com/sponsors/dvarrazzo classifiers = Development Status :: 5 - Production/Stable diff --git a/psycopg_pool/setup.cfg b/psycopg_pool/setup.cfg index f77dce446..37c728f57 100644 --- a/psycopg_pool/setup.cfg +++ b/psycopg_pool/setup.cfg @@ -18,6 +18,7 @@ project_urls = Code = https://github.com/psycopg/psycopg Issue Tracker = https://github.com/psycopg/psycopg/issues Download = https://pypi.org/project/psycopg-pool/ + Funding = https://github.com/sponsors/dvarrazzo classifiers = Development Status :: 5 - Production/Stable