prophet/python/MANIFEST.in
Ben Letham 6d81543eb2
Pakage rename (#1844)
* Rename package from fbprophet to prophet, and add shim

* Untrack files that should have been ignored

* Update github actions build commands
2021-03-21 14:13:50 -07:00

11 lines
274 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 prophet/stan_model
# Necessary for tests to run
include prophet/tests/*.csv
include prophet/tests/*.json