MANIFEST.in 272 B

123456789101112
  1. include stan/unix/*.stan
  2. include stan/win/*.stan
  3. include LICENSE
  4. include requirements.txt
  5. include pyproject.toml
  6. # Ensure in-place built models do not get included in the source dist.
  7. prune fbprophet/stan_model
  8. # Necessary for tests to run
  9. include fbprophet/tests/*.csv