mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-14 20:48:08 +00:00
10 lines
243 B
Text
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
|