forked from statsmodels/statsmodels
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MANIFEST.in
35 lines (29 loc) · 892 Bytes
/
MANIFEST.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
global-include *.csv *.py *.txt *.pyx *.pxd *.pxi *.c *.h
include MANIFEST.in
include README.rst
recursive-exclude build *
recursive-exclude dist *
recursive-exclude tools *
include tools/examples_rst.py
include tools/hash_funcs.py
include tools/cythonize.py
graft statsmodels/datasets
graft statsmodels/tests
graft statsmodels/sandbox/regression/data
graft statsmodels/sandbox/tests
graft statsmodels/sandbox/tsa/examples
graft statsmodels/tsa/vector_ar/data
recursive-include docs/source *
exclude docs/source/generated/*
recursive-include docs/sphinxext *
recursive-include docs/themes *
recursive-exclude docs/build *
recursive-exclude docs/build/htmlhelp *
include statsmodels/statsmodelsdoc.chm
include docs/make.bat
include docs/Makefile
recursive-include examples *
# Cached Cython signatures
include cythonize.dat
prune */__pycache__
global-exclude *~ *.swp *.pyc *.pyo *.bak