MANIFEST.in 224 B

123456789
  1. include stan/unix/*.stan
  2. include stan/win/*.stan
  3. include LICENSE
  4. # Ensure in-place built models do not get included in the source dist.
  5. prune fbprophet/stan_models
  6. # Necessary for tests to run
  7. include fbprophet/tests/*.csv