Skip to content

Commit

Permalink
Declare project URLs in Python package metadata (#778)
Browse files Browse the repository at this point in the history
* Declare project URLs in Python package metadata

* Add link to GHA discussions

Co-authored-by: Sviatoslav Sydorenko <webknjaz@redhat.com>

Co-authored-by: Abhinav Singh <126065+abhinavsingh@users.noreply.github.com>
  • Loading branch information
webknjaz and abhinavsingh authored Nov 22, 2021
1 parent 4d3b2c5 commit d554b94
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
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: discussions = https://github.com/abhinavsingh/proxy.py/discussions

This comment was marked as outdated.

Copy link
@webknjaz

webknjaz Nov 23, 2021

Author Contributor

@abhinavsingh could you go to https://github.com/abhinavsingh/proxy.py/discussions/categories and create a new category named Announcements with an icon called loudspeaker 📢 and choose the Announcement radio button there. The description, optionally, could be Information about important things from the maintainers (for example, when new releases get published).

This comment was marked as outdated.

Copy link
@abhinavsingh

abhinavsingh Nov 23, 2021

Author Owner

Awesome, this is good. Done

This comment was marked as outdated.

Copy link
@webknjaz

webknjaz Nov 23, 2021

Author Contributor

Great, this will be used in #782.

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
Expand Down

0 comments on commit d554b94

Please sign in to comment.