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:
Sviatoslav Sydorenko 2021-11-06 09:32:01 +01:00 committed by GitHub
parent 628de71ca8
commit cc80e1c742
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -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