From: Daniele Varrazzo Date: Thu, 29 Dec 2022 00:48:22 +0000 (+0000) Subject: chore: add Documentation, Changes links to metadata X-Git-Tag: pool-3.2.0~151 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8789c48c879aa533d808f29d523a7578cac92404;p=thirdparty%2Fpsycopg.git chore: add Documentation, Changes links to metadata --- diff --git a/psycopg/setup.cfg b/psycopg/setup.cfg index 29e64c895..7a43a5025 100644 --- a/psycopg/setup.cfg +++ b/psycopg/setup.cfg @@ -19,6 +19,8 @@ version = 3.2.0.dev1 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 5ada84cf4..2c26ae675 100644 --- a/psycopg_c/setup.cfg +++ b/psycopg_c/setup.cfg @@ -9,6 +9,8 @@ version = 3.2.0.dev1 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 90ed2103a..d91db2eca 100644 --- a/psycopg_pool/setup.cfg +++ b/psycopg_pool/setup.cfg @@ -13,6 +13,8 @@ version = 3.2.0.dev1 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/