From cc80e1c742c7bfcc2dcd9458c5ba02e7543a9e95 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Sat, 6 Nov 2021 09:32:01 +0100 Subject: [PATCH] Inline the dist description in pkg metadata (#684) This is necessary because setuptools is about to deprecate supporting LF in one-line metadata fields. Co-authored-by: Abhinav Singh --- setup.cfg | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index a07eebfaa7..499337f870 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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