Skip to content

Commit 2ce4a86

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

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/MANIFEST.in

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ global-exclude *.cpp
2121
include sage/cpython/debugimpl.c
2222
include sage/graphs/base/boost_interface.cpp
2323
include sage/graphs/cliquer/cl.c
24-
include sage/graphs/graph_decompositions/sage_tdlib.cpp
2524
include sage/libs/eclib/wrap.cpp
2625
include sage/libs/linkages/padics/relaxed/flint_helper.c
2726
include sage/misc/inherit_comparison_impl.c
@@ -45,7 +44,13 @@ include sage/geometry/triangulation/data.cc
4544
include sage/geometry/triangulation/functions.cc
4645

4746
# Exclude extension modules shipped by optional packages
48-
exclude sage/graphs/bliss.pyx
47+
exclude sage/graphs/bliss.p*
48+
prune sage/graphs/bliss_cpp
49+
prune sage/libs/coxeter3
50+
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
4954

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

0 commit comments

Comments
 (0)