prophet/python/MANIFEST.in
2020-08-19 19:50:33 -07:00

11 lines
280 B
Text

include stan/unix/*.stan
include stan/win/*.stan
include LICENSE
include requirements.txt
# 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
include fbprophet/tests/*.json