Skip to content

Commit 71cf02c

Browse files
committed
src/MANIFEST.in: don't include stuff outside src/sage
1 parent 0c390a0 commit 71cf02c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
include VERSION.txt
22

3-
global-include *.pxi *.pxd *.h *.hpp
3+
recursive-include sage *.pxi *.pxd *.h *.hpp
44

55
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
66
prune sage_setup

0 commit comments

Comments
 (0)