MANIFEST.in (prophet-0.7) | : | MANIFEST.in (prophet-1.0) | ||
---|---|---|---|---|
include stan/unix/*.stan | include stan/unix/*.stan | |||
include stan/win/*.stan | include stan/win/*.stan | |||
include LICENSE | include LICENSE | |||
include requirements.txt | include requirements.txt | |||
# Ensure in-place built models do not get included in the source dist. | # Ensure in-place built models do not get included in the source dist. | |||
prune fbprophet/stan_model | prune prophet/stan_model | |||
# Necessary for tests to run | # Necessary for tests to run | |||
include fbprophet/tests/*.csv | include prophet/tests/*.csv | |||
include fbprophet/tests/*.json | include prophet/tests/*.json | |||
End of changes. 2 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |