From 4de47083b60b25716f148acbff0f9b385b778f91 Mon Sep 17 00:00:00 2001 From: Kenneth Yang Date: Tue, 10 Oct 2023 13:12:30 -0700 Subject: [PATCH] Patched manifest to exclude pycache and egg-info --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 11a5eb0..efe816f 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1 @@ -graft src +global-exclude */__pycache__/* */ephys_link.egg-info/* \ No newline at end of file