Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions pkgs/sagemath-bliss/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 4 additions & 0 deletions pkgs/sagemath-sirocco/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
prune sage

include VERSION.txt

include sage/libs/sirocco.p*

global-exclude *.c
global-exclude *.cpp

Expand Down
3 changes: 3 additions & 0 deletions pkgs/sagemath-tdlib/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -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
Expand Down