Skip to content

Commit

Permalink
Inline the dist description in pkg metadata
Browse files Browse the repository at this point in the history
This is necessary because setuptools is about to deprecate supporting
LF in one-line metadata fields.
  • Loading branch information
webknjaz committed Nov 5, 2021
1 parent e9d012b commit 239aba3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ name = proxy.py
version = attr: proxy.common.version.__version__
url = 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.
description = ⚡⚡⚡Fast, Lightweight, Pluggable, TLS interception capable proxy server focused on Network monitoring, controls & Application development, testing, debugging.
long_description = file: README.md
long_description_content_type = text/markdown
author = Abhinav Singh
Expand Down

0 comments on commit 239aba3

Please sign in to comment.