From 9f13d8b64fe53e3b88710301bb47fe164c7ced0b Mon Sep 17 00:00:00 2001 From: Ben Letham Date: Mon, 24 Sep 2018 17:48:37 -0700 Subject: [PATCH] Include requirements.txt in dist --- python/MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/python/MANIFEST.in b/python/MANIFEST.in index 0b7433d..6c93d64 100644 --- a/python/MANIFEST.in +++ b/python/MANIFEST.in @@ -1,6 +1,7 @@ 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 fbprophet/stan_model