From 1163f46d8801781014b07786a6b22a167440861b Mon Sep 17 00:00:00 2001 From: Bryant Chow Date: Wed, 8 Mar 2023 11:43:38 -0900 Subject: [PATCH] addresses #162 added manifest file to include run and submit symlinks in the pip install --- MANIFEST.in | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 00000000..09d34512 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,4 @@ +# MANIFEST.in + +include seisflows/seisflows/system/runscripts/run +include seisflows/seisflows/system/runscripts/submit