Skip to content

Commit a8d6ef0

Browse files
author
Matthias Koeppe
committed
pkgs/sagemath-standard/MANIFEST.in: Exclude all__*.py files belonging to distributions related to optional packages
1 parent 94bbe17 commit a8d6ef0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/MANIFEST.in

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,14 @@ include sage/geometry/triangulation/functions.cc
4747
# Exclude extension modules shipped by optional packages
4848
exclude sage/graphs/bliss.pyx
4949

50+
# Exclude all__*.py files belonging to distributions related to optional packages
51+
global-exclude all__sagemath_bliss.py
52+
global-exclude all__sagemath_coxeter3.py
53+
global-exclude all__sagemath_mcqd.py
54+
global-exclude all__sagemath_meataxe.py
55+
global-exclude all__sagemath_sirocco.py
56+
global-exclude all__sagemath_tdlib.py
57+
5058
global-exclude __pycache__
5159
global-exclude *.py[co]
5260
global-exclude *.bak

0 commit comments

Comments
 (0)