From 02a5d7ba6807171c9958d97c469f2932ad3eec71 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 17 Sep 2018 06:05:18 -0400 Subject: [PATCH] Update MANIFEST.in --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index fc8180fa..c51b2e0f 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,2 @@ -include README.rst LICENSE NOTICE HISTORY.rst pytest.ini requirements.txt Pipfile Pipfile.lock +include README.md LICENSE NOTICE HISTORY.rst pytest.ini requirements.txt Pipfile Pipfile.lock recursive-include tests *.py