diff --git a/pkgs/sagemath-bliss/MANIFEST.in b/pkgs/sagemath-bliss/MANIFEST.in index 6d981b9d30e..2572c2b46f7 100644 --- a/pkgs/sagemath-bliss/MANIFEST.in +++ b/pkgs/sagemath-bliss/MANIFEST.in @@ -1,6 +1,9 @@ +prune sage + include VERSION.txt graft sage/graphs/bliss_cpp +include sage/graphs/bliss.p* global-exclude *.c global-exclude *.cpp diff --git a/pkgs/sagemath-sirocco/MANIFEST.in b/pkgs/sagemath-sirocco/MANIFEST.in index 815a868524d..8ac89baa796 100644 --- a/pkgs/sagemath-sirocco/MANIFEST.in +++ b/pkgs/sagemath-sirocco/MANIFEST.in @@ -1,5 +1,9 @@ +prune sage + include VERSION.txt +include sage/libs/sirocco.p* + global-exclude *.c global-exclude *.cpp diff --git a/pkgs/sagemath-tdlib/MANIFEST.in b/pkgs/sagemath-tdlib/MANIFEST.in index 614186d89ab..156e1c3b85a 100644 --- a/pkgs/sagemath-tdlib/MANIFEST.in +++ b/pkgs/sagemath-tdlib/MANIFEST.in @@ -1,9 +1,12 @@ +prune sage + include VERSION.txt global-exclude *.c global-exclude *.cpp include sage/graphs/graph_decompositions/sage_tdlib.cpp +include sage/graphs/graph_decompositions/tdlib.p* global-exclude all__sagemath_*.* global-include all__sagemath_tdlib.py diff --git a/src/MANIFEST.in b/src/MANIFEST.in index bbed8838199..07a135dbf07 100644 --- a/src/MANIFEST.in +++ b/src/MANIFEST.in @@ -49,6 +49,7 @@ prune sage/graphs/bliss_cpp prune sage/libs/coxeter3 exclude sage/graphs/mcqd.p* exclude sage/libs/meataxe.p* +exclude sage/libs/sirocco.p* exclude sage/matrix/matrix_gfpn_dense.p* exclude sage/graphs/graph_decomposition/tdlib.p*