From: Daniele Varrazzo Date: Mon, 23 Dec 2024 16:37:14 +0000 (+0100) Subject: chore: drop Download links from metadata X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F974%2Fhead;p=thirdparty%2Fpsycopg.git chore: drop Download links from metadata --- diff --git a/psycopg/pyproject.toml b/psycopg/pyproject.toml index 218b4f4e0..21eed2cd8 100644 --- a/psycopg/pyproject.toml +++ b/psycopg/pyproject.toml @@ -47,7 +47,6 @@ 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/" [project.readme] file = "README.rst" diff --git a/psycopg_c/pyproject.toml b/psycopg_c/pyproject.toml index f7a2ddefa..325196650 100644 --- a/psycopg_c/pyproject.toml +++ b/psycopg_c/pyproject.toml @@ -62,7 +62,6 @@ 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/" [project.readme] file = "README.rst" diff --git a/psycopg_pool/pyproject.toml b/psycopg_pool/pyproject.toml index ffbe884d0..ef7437269 100644 --- a/psycopg_pool/pyproject.toml +++ b/psycopg_pool/pyproject.toml @@ -45,7 +45,6 @@ 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/" [project.readme] file = "README.rst"