prophet/python/MANIFEST.in
2018-12-20 20:30:43 -08:00

11 lines
272 B
Text

include stan/unix/*.stan
include stan/win/*.stan
include LICENSE
include requirements.txt
include pyproject.toml
# Ensure in-place built models do not get included in the source dist.
prune fbprophet/stan_model
# Necessary for tests to run
include fbprophet/tests/*.csv