prophet/python/MANIFEST.in
2023-01-19 21:52:19 +11:00

10 lines
243 B
Text

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