Skip to content

Commit b92ba28

Browse files
committed
Declare project URLs in Python package metadata
1 parent 4d3b2c5 commit b92ba28

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

setup.cfg

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
name = proxy.py
33
version = attr: proxy.common.version.__version__
44
url = https://github.com/abhinavsingh/proxy.py
5+
project_urls =
6+
Container Image: DockerHub = https://hub.docker.com/r/abhinavsingh/proxy.py
7+
Chat: Gitter = https://gitter.im/proxy.py/community
8+
Coverage: Codecov = https://codecov.io/github/abhinavsingh/proxy.py
9+
CI: GitHub = https://github.com/abhinavsingh/proxy.py/actions
10+
Docs: Changelog = https://proxypy.rtfd.io/en/latest/#changelog
11+
Docs: RTD = https://proxypy.rtfd.io/en/latest/
12+
Docs: Intro = https://abhinavsingh.com/proxy-py-a-lightweight-single-file-http-proxy-server-in-python/
13+
GitHub: issues = https://github.com/abhinavsingh/proxy.py/issues
14+
GitHub: repo = https://github.com/abhinavsingh/proxy.py
515
download_url = https://github.com/abhinavsingh/proxy.py/archive/master.zip
616
description = ⚡⚡⚡Fast, Lightweight, Pluggable, TLS interception capable proxy server focused on Network monitoring, controls & Application development, testing, debugging.
717
long_description = file: README.md

0 commit comments

Comments
 (0)