From 007725e84d2913c1faace60fec9df1c677f7a3be Mon Sep 17 00:00:00 2001 From: Jason Carver Date: Wed, 31 Aug 2022 14:31:13 -0700 Subject: [PATCH] Don't push .tox file to tar.gz release It can get big with installed libraries. On a relatively small release of eth-portal, this one change cut the .tar.gz release size from 574Kb to 14Kb. --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index bb1b0f3e..e870a411 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -6,4 +6,5 @@ global-include *.pyi recursive-exclude * __pycache__ recursive-exclude * *.py[co] +prune .tox prune venv*