We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ce4a86 commit cf02a42Copy full SHA for cf02a42
src/MANIFEST.in
@@ -51,6 +51,7 @@ exclude sage/graphs/mcqd.p*
51
exclude sage/libs/meataxe.p*
52
exclude sage/matrix/matrix_gfpn_dense.p*
53
exclude sage/graphs/graph_decompositions/sage_tdlib.cpp
54
+exclude sage/graphs/graph_decomposition/tdlib.p*
55
56
# Exclude all__*.py files belonging to distributions related to optional packages
57
global-exclude all__sagemath_bliss.py
src/sage/graphs/graph_decompositions/sage_tdlib.cpp
@@ -1,3 +1,5 @@
1
+// sage.setup: distribution = sagemath-tdlib
2
+
3
#include <boost/tuple/tuple.hpp>
4
#include <map>
5
0 commit comments