From f6e13ccfc4b50dc458ee374e5dba347205b9a2da Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 12 Jul 2018 14:16:01 -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 2c0fb95c..fc8180fa 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,2 @@ -include README.rst LICENSE NOTICE HISTORY.rst pytest.ini requirements.txt +include README.rst LICENSE NOTICE HISTORY.rst pytest.ini requirements.txt Pipfile Pipfile.lock recursive-include tests *.py