Skip to content

Commit ab5c155

Browse files
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 <[email protected]> * Explicitly ignore top-level images and include `.github` folder Co-authored-by: Sviatoslav Sydorenko <[email protected]>
1 parent 44d7243 commit ab5c155

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

MANIFEST.in

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
include LICENSE
2-
include README.md
3-
include requirements.txt
1+
exclude ProxyPy.png
2+
exclude Dashboard.png
3+
exclude shortlink.gif
4+
prune dashboard
5+
prune menubar

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ project_urls =
1414
GitHub: issues = https://github.com/abhinavsingh/proxy.py/issues
1515
GitHub: repo = https://github.com/abhinavsingh/proxy.py
1616
download_url = https://github.com/abhinavsingh/proxy.py/archive/master.zip
17-
description = ⚡⚡⚡Fast, Lightweight, Pluggable, TLS interception capable proxy server focused on Network monitoring, controls & Application development, testing, debugging.
17+
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.
1818
long_description = file: README.md
1919
long_description_content_type = text/markdown
2020
author = Abhinav Singh

0 commit comments

Comments
 (0)