You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/MANIFEST.in
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
include VERSION.txt
2
+
3
+
global-include *.pxi *.pxd *.h *.hpp
4
+
1
5
prune sage/ext/interpreters # In particular, __init__.py must not be present in the distribution; or sage_setup.autogen.interpreters.rebuild will not generate the code
2
6
prune sage_setup
3
7
prune sage_docbuild
@@ -36,6 +40,10 @@ include sage/stats/distributions/dgs_bern.c
36
40
include sage/stats/distributions/dgs_gauss_dp.c
37
41
include sage/stats/distributions/dgs_gauss_mp.c
38
42
include sage/symbolic/ginac/*.cpp
43
+
# Also actual C++ source files.
44
+
include sage/geometry/triangulation/triangulations.cc
0 commit comments