prophet/python/MANIFEST.in

12 lines
272 B
Text
Raw Normal View History

include stan/unix/*.stan
include stan/win/*.stan
2017-02-24 22:35:10 +00:00
include LICENSE
2018-09-25 00:48:37 +00:00
include requirements.txt
2018-09-25 20:06:28 +00:00
include pyproject.toml
# Ensure in-place built models do not get included in the source dist.
prune fbprophet/stan_model
2017-09-08 15:53:31 +00:00
# Necessary for tests to run
include fbprophet/tests/*.csv