MANIFEST.in (prophet-1.0) | : | MANIFEST.in (prophet-1.1) | ||
---|---|---|---|---|
include stan/unix/*.stan | include stan/*.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 prophet/stan_model | prune prophet/stan_model | |||
# Necessary for tests to run | # Necessary for tests to run | |||
include prophet/tests/*.csv | include prophet/tests/*.csv | |||
include prophet/tests/*.json | include prophet/tests/*.json | |||
End of changes. 1 change blocks. | ||||
2 lines changed or deleted | 1 lines changed or added |