From fae67e82bb99ea6f88009dd9e131084e13fee5b0 Mon Sep 17 00:00:00 2001 From: Brett Randall Date: Mon, 21 May 2018 17:34:25 +1000 Subject: [PATCH] Fixed README.[rst->md] path in 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 37ce52d..1d1c3c2 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,3 @@ -include README.rst LICENSE AUTHORS test_httpbin.py +include README.md LICENSE AUTHORS test_httpbin.py recursive-include httpbin/templates * recursive-include httpbin/static *