From b92ba28cb1489aab066f36f13b239d507be0b52b Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Mon, 22 Nov 2021 20:34:59 +0100 Subject: [PATCH 1/2] Declare project URLs in Python package metadata --- setup.cfg | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/setup.cfg b/setup.cfg index db77dbb005..7f96fee805 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,6 +2,16 @@ name = proxy.py version = attr: proxy.common.version.__version__ url = https://github.com/abhinavsingh/proxy.py +project_urls = + Container Image: DockerHub = https://hub.docker.com/r/abhinavsingh/proxy.py + Chat: Gitter = https://gitter.im/proxy.py/community + Coverage: Codecov = https://codecov.io/github/abhinavsingh/proxy.py + CI: GitHub = https://github.com/abhinavsingh/proxy.py/actions + Docs: Changelog = https://proxypy.rtfd.io/en/latest/#changelog + Docs: RTD = https://proxypy.rtfd.io/en/latest/ + Docs: Intro = https://abhinavsingh.com/proxy-py-a-lightweight-single-file-http-proxy-server-in-python/ + GitHub: issues = https://github.com/abhinavsingh/proxy.py/issues + GitHub: repo = https://github.com/abhinavsingh/proxy.py download_url = https://github.com/abhinavsingh/proxy.py/archive/master.zip description = ⚡⚡⚡Fast, Lightweight, Pluggable, TLS interception capable proxy server focused on Network monitoring, controls & Application development, testing, debugging. long_description = file: README.md From 56b757c9d9e994603137ae315c9259c41c8814cb Mon Sep 17 00:00:00 2001 From: Abhinav Singh <126065+abhinavsingh@users.noreply.github.com> Date: Tue, 23 Nov 2021 01:18:57 +0530 Subject: [PATCH 2/2] Add link to GHA discussions Co-authored-by: Sviatoslav Sydorenko --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 7f96fee805..5c0f502462 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,6 +10,7 @@ project_urls = Docs: Changelog = https://proxypy.rtfd.io/en/latest/#changelog Docs: RTD = https://proxypy.rtfd.io/en/latest/ Docs: Intro = https://abhinavsingh.com/proxy-py-a-lightweight-single-file-http-proxy-server-in-python/ + GitHub: discussions = https://github.com/abhinavsingh/proxy.py/discussions GitHub: issues = https://github.com/abhinavsingh/proxy.py/issues GitHub: repo = https://github.com/abhinavsingh/proxy.py download_url = https://github.com/abhinavsingh/proxy.py/archive/master.zip