1include MANIFEST.in LICENSE README.rst setup.py
2
3graft doc
4prune doc/_build
5
6global-exclude *.so
7global-exclude *.pyc
8global-exclude .git*
9global-exclude *.png
10
11# unused parts of the stan source
12prune pystan/stan/make
13prune pystan/stan/src/docs
14prune pystan/stan/src/doxygen
15prune pystan/stan/src/python
16prune pystan/stan/src/test
17
18# unused parts of the stan math source
19prune pystan/stan/lib/stan_math/doc
20prune pystan/stan/lib/stan_math/doxygen
21prune pystan/stan/lib/stan_math/lib/boost_*/doc
22prune pystan/stan/lib/stan_math/lib/boost_*/libs
23prune pystan/stan/lib/stan_math/lib/boost_*/more
24prune pystan/stan/lib/stan_math/lib/boost_*/status
25prune pystan/stan/lib/stan_math/lib/boost_*/tools
26prune pystan/stan/lib/stan_math/lib/cpplint_*
27prune pystan/stan/lib/stan_math/lib/eigen_*/unsupported/doc
28prune pystan/stan/lib/stan_math/lib/gtest_*
29prune pystan/stan/lib/stan_math/make
30prune pystan/stan/lib/stan_math/test
31recursive-exclude pystan/stan/lib/stan_math *.html *.css
32