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
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,15 @@ include VERSION.txt
3
3
global-include *.pxi *.pxd *.h *.hpp
4
4
5
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
6
-
prune sage_setup
7
6
prune sage_docbuild
8
7
prune doc
9
8
9
+
# include sage_setup
10
+
recursive-include sage_setup *
11
+
prune sage_setup/autogen/flint*
12
+
exclude sage_setup/autogen/flint*
13
+
exclude sage_setup/autogen/giacpy*
14
+
10
15
#
11
16
# Most C and C++ files are generated by Cython and should not
0 commit comments