From 7e594911d9e7b290ec1a730c7dfb9b5648417c33 Mon Sep 17 00:00:00 2001 From: Brett Randall Date: Mon, 21 May 2018 17:27:59 +1000 Subject: [PATCH] Removed requirements.txt from MANIFEST.in. Signed-off-by: Brett Randall --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 9375654..37ce52d 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,3 @@ -include README.rst LICENSE AUTHORS requirements.txt test_httpbin.py +include README.rst LICENSE AUTHORS test_httpbin.py recursive-include httpbin/templates * recursive-include httpbin/static *