-
Notifications
You must be signed in to change notification settings - Fork 56
/
MANIFEST.in
18 lines (14 loc) · 908 Bytes
/
MANIFEST.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
include README.rst CHANGES.rst Makefile .travis.yml common.mk rules.mk theory.options mocks.options FAQ INSTALL LICENSE
include theory/python_bindings/call_correlation_functions.py mocks/python_bindings/call_correlation_functions_mocks.py
include docs Makefile
recursive-include docs/source *.rst *.py
recursive-include theory *.c *.h *.c.src *.h.src Makefile
recursive-include mocks *.c *.h *.c.src *.h.src Makefile
recursive-include io *.c *.h Makefile
recursive-include utils *.c *.h *.c.src *.h.src Makefile
recursive-include theory/tests Mr19_* cmass* bins
recursive-include theory/tests/data *.ff
recursive-include mocks/tests bins angular_bins Mr19*
recursive-include mocks/tests/data *.txt *.dat
exclude theory/tests/data/random_Zspace.ff
exclude mocks/tests/data/Mr19_randoms_northonly.rdcz.ff