From 67ece9cc24fbd2d62a50b36362cb7ca4912affe1 Mon Sep 17 00:00:00 2001 From: Zaccharie Ramzi Date: Mon, 10 Jan 2022 14:14:01 +0100 Subject: [PATCH] added manifest file to add the conf files to the distributed package --- MANIFEST.in | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..48d1458 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,3 @@ +global-exclude *.pyc +global-exclude __pycache__ +recursive-include jz_hydra_submitit_launcher/* *.yaml \ No newline at end of file