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 <mailsforabhinav@gmail.com>
This commit is contained in:
parent
628de71ca8
commit
cc80e1c742
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue