From 72f2cd3fa5cbd86688aa5549e064e2e72e497127 Mon Sep 17 00:00:00 2001 From: Kenneth Yang <82800265+kjy5@users.noreply.github.com> Date: Tue, 10 Oct 2023 13:13:50 -0700 Subject: [PATCH] Patched manifest to exclude pycache and egg-info (#243) --- 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