forked from stan-dev/pystan2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MANIFEST.in
31 lines (27 loc) · 975 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
include MANIFEST.in LICENSE README.rst setup.py
graft doc
prune doc/_build
global-exclude *.so
global-exclude *.pyc
global-exclude .git*
global-exclude *.png
# unused parts of the stan source
prune pystan/stan/make
prune pystan/stan/src/docs
prune pystan/stan/src/doxygen
prune pystan/stan/src/python
prune pystan/stan/src/test
# unused parts of the stan math source
prune pystan/stan/lib/stan_math/doc
prune pystan/stan/lib/stan_math/doxygen
prune pystan/stan/lib/stan_math/lib/boost_*/doc
prune pystan/stan/lib/stan_math/lib/boost_*/libs
prune pystan/stan/lib/stan_math/lib/boost_*/more
prune pystan/stan/lib/stan_math/lib/boost_*/status
prune pystan/stan/lib/stan_math/lib/boost_*/tools
prune pystan/stan/lib/stan_math/lib/cpplint_*
prune pystan/stan/lib/stan_math/lib/eigen_*/unsupported/doc
prune pystan/stan/lib/stan_math/lib/gtest_*
prune pystan/stan/lib/stan_math/make
prune pystan/stan/lib/stan_math/test
recursive-exclude pystan/stan/lib/stan_math *.html *.css