From: Daniele Varrazzo Date: Thu, 29 Dec 2022 00:48:22 +0000 (+0000) Subject: chore: add Documentation, Changes links to metadata X-Git-Tag: 3.1.8~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ac110fdacfb27835f5af6c5113e93cd474112c6;p=thirdparty%2Fpsycopg.git chore: add Documentation, Changes links to metadata --- diff --git a/psycopg/setup.cfg b/psycopg/setup.cfg index fdcb6127f..f1c211a0e 100644 --- a/psycopg/setup.cfg +++ b/psycopg/setup.cfg @@ -8,6 +8,8 @@ license = GNU Lesser General Public License v3 (LGPLv3) project_urls = Homepage = https://psycopg.org/ + 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 Download = https://pypi.org/project/psycopg/ diff --git a/psycopg_c/setup.cfg b/psycopg_c/setup.cfg index 6c5c93c97..d294fde6d 100644 --- a/psycopg_c/setup.cfg +++ b/psycopg_c/setup.cfg @@ -8,6 +8,8 @@ license = GNU Lesser General Public License v3 (LGPLv3) project_urls = Homepage = https://psycopg.org/ + 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 Download = https://pypi.org/project/psycopg-c/ diff --git a/psycopg_pool/setup.cfg b/psycopg_pool/setup.cfg index 1a3274e63..876e09d41 100644 --- a/psycopg_pool/setup.cfg +++ b/psycopg_pool/setup.cfg @@ -8,6 +8,8 @@ license = GNU Lesser General Public License v3 (LGPLv3) project_urls = Homepage = https://psycopg.org/ + 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 Download = https://pypi.org/project/psycopg-pool/