From 2ee50262c5796b405a056c873969deef0851277b Mon Sep 17 00:00:00 2001 From: PTierz <81416221+PTierz@users.noreply.github.com> Date: Fri, 3 Sep 2021 08:51:59 +0100 Subject: [PATCH] Update MANIFEST.in The changes in this commit have the purpose of including the VOLCANS Matlab scripts and the source data csv files in the PyVOLCANS installation. --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 42e03af..5b70847 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -4,3 +4,5 @@ include pyvolcans/VOLCANS_mat_files/analogy_mats/*allvolcs*.mat include pyvolcans/VOLCANS_mat_files/data_mats/*.mat include pyvolcans/VOLCANS_mat_files/VOTW_prepared_data/volc_names.csv include pyvolcans/VOLCANS_mat_files/base.py +graft VOLCANS_matlab_scripts +graft VOLCANS_csv_files