From 2e9a1539fc6db45b37ec201fcce7b4387578b17f Mon Sep 17 00:00:00 2001 From: Raphael Roberts Date: Mon, 13 Jan 2020 19:11:39 -0600 Subject: [PATCH] Added requirements.txt manifest entry --- MANIFEST.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index bb72412..cf30a4a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1,2 @@ -include ctabus/internal/echo_if_exists.sh \ No newline at end of file +include ctabus/internal/echo_if_exists.sh +include requirements.txt