From 9e2531a3f908374c18a752e7c318307b57c93143 Mon Sep 17 00:00:00 2001 From: jrconlin Date: Mon, 3 Aug 2026 12:26:14 -0700 Subject: [PATCH] chore: exclude __pycache__ dir when composing wheels This is post #91 work --- python/MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python/MANIFEST.in b/python/MANIFEST.in index 3e7e655..fce3334 100644 --- a/python/MANIFEST.in +++ b/python/MANIFEST.in @@ -2,3 +2,5 @@ include README.rst include LICENSE include tox.ini recursive-include http_ece/tests * +global-exclude */__pycache__/* +