Skip to content

Commit cf02a42

Browse files
author
Matthias Koeppe
committed
src/MANIFEST.in: Exclude files shipped by sagemath-tdlib
1 parent 2ce4a86 commit cf02a42

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ exclude sage/graphs/mcqd.p*
5151
exclude sage/libs/meataxe.p*
5252
exclude sage/matrix/matrix_gfpn_dense.p*
5353
exclude sage/graphs/graph_decompositions/sage_tdlib.cpp
54+
exclude sage/graphs/graph_decomposition/tdlib.p*
5455

5556
# Exclude all__*.py files belonging to distributions related to optional packages
5657
global-exclude all__sagemath_bliss.py

src/sage/graphs/graph_decompositions/sage_tdlib.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// sage.setup: distribution = sagemath-tdlib
2+
13
#include <boost/tuple/tuple.hpp>
24
#include <map>
35

0 commit comments

Comments
 (0)