Prune unnecessary directories from `sdist` package (#779)
* Prune unnecessary directories from `sdist` package * Remove `LICENSE` & `README.md` from `MANIFEST.in` Co-authored-by: Sviatoslav Sydorenko <wk@sydorenko.org.ua> * Explicitly ignore top-level images and include `.github` folder Co-authored-by: Sviatoslav Sydorenko <wk@sydorenko.org.ua>
This commit is contained in:
parent
44d72431e3
commit
ab5c155213
|
@ -1,3 +1,5 @@
|
|||
include LICENSE
|
||||
include README.md
|
||||
include requirements.txt
|
||||
exclude ProxyPy.png
|
||||
exclude Dashboard.png
|
||||
exclude shortlink.gif
|
||||
prune dashboard
|
||||
prune menubar
|
||||
|
|
|
@ -14,7 +14,7 @@ project_urls =
|
|||
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.
|
||||
description = ⚡ Fast • 🪶 Lightweight • 0️⃣ Dependency • 🔌 Pluggable • 😈 TLS interception • 🔒 DNS-over-HTTPS • 🔥 Poor Mans VPN • ⏪ Reverse & ⏩ Forward • 👮🏿 Proxy Server framework • 🌐 Web Server framework • ➵ ➶ ➷ ➠ PubSub framework • 👷 Work acceptor & executor framework.
|
||||
long_description = file: README.md
|
||||
long_description_content_type = text/markdown
|
||||
author = Abhinav Singh
|
||||
|
|
Loading…
Reference in New Issue