Skip to content

Commit 4f66a4b

Browse files
author
Matthias Koeppe
committed
pkgs/sagemath-{bliss,sirocco,tdlib}: Fix MANIFEST.in
1 parent 07a2afd commit 4f66a4b

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

pkgs/sagemath-bliss/MANIFEST.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1+
prune sage
2+
13
include VERSION.txt
24

35
graft sage/graphs/bliss_cpp
6+
include sage/graphs/bliss.p*
47

58
global-exclude *.c
69
global-exclude *.cpp

pkgs/sagemath-sirocco/MANIFEST.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
prune sage
2+
13
include VERSION.txt
24

5+
include sage/libs/sirocco.p*
6+
37
global-exclude *.c
48
global-exclude *.cpp
59

pkgs/sagemath-tdlib/MANIFEST.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
prune sage
2+
13
include VERSION.txt
24

35
global-exclude *.c
46
global-exclude *.cpp
57

68
include sage/graphs/graph_decompositions/sage_tdlib.cpp
9+
include sage/graphs/graph_decompositions/tdlib.p*
710

811
global-exclude all__sagemath_*.*
912
global-include all__sagemath_tdlib.py

0 commit comments

Comments
 (0)