From dd7a1bc25f32e1ac73cf6287493b8770e70a0219 Mon Sep 17 00:00:00 2001 From: Jasha <8935917+Jasha10@users.noreply.github.com> Date: Wed, 19 Jan 2022 16:17:42 -0600 Subject: [PATCH] make MANIFEST more specific --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index f155819..e9dc594 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,3 @@ global-exclude *.pyc global-exclude __pycache__ -recursive-include hydra_plugins/* *.yaml \ No newline at end of file +recursive-include hydra_plugins/jz_hydra_submitit_launcher/* *.yaml \ No newline at end of file