From ab5c155213115d1664ce429ec155184d16ca9be6 Mon Sep 17 00:00:00 2001 From: Abhinav Singh <126065+abhinavsingh@users.noreply.github.com> Date: Tue, 23 Nov 2021 17:25:40 +0530 Subject: [PATCH] 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 * Explicitly ignore top-level images and include `.github` folder Co-authored-by: Sviatoslav Sydorenko --- MANIFEST.in | 8 +++++--- setup.cfg | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 7b741275..bdbb7aeb 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -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 diff --git a/setup.cfg b/setup.cfg index 5c0f5024..fe1fcf3b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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