From e7664502242712a44665fda0a861905b8273ab77 Mon Sep 17 00:00:00 2001 From: Raphael Roberts Date: Wed, 26 May 2021 11:07:00 -0500 Subject: [PATCH] Make sure requirements.txt is included with package --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index cb2524f..0544371 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1,2 @@ +include requirements.txt include config.yml.sample