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 94bbe17 commit a8d6ef0Copy full SHA for a8d6ef0
src/MANIFEST.in
@@ -47,6 +47,14 @@ include sage/geometry/triangulation/functions.cc
47
# Exclude extension modules shipped by optional packages
48
exclude sage/graphs/bliss.pyx
49
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
+
58
global-exclude __pycache__
59
global-exclude *.py[co]
60
global-exclude *.bak
0 commit comments