From c6a80640d16871cf88d2d71ddd04aaf23e854f3f Mon Sep 17 00:00:00 2001 From: Kubilay Kocak Date: Sat, 15 Jul 2017 14:44:57 +1000 Subject: [PATCH] Add requirements.txt to MANIFEST.in --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 650744ca..2c0fb95c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,2 @@ -include README.rst LICENSE NOTICE HISTORY.rst pytest.ini +include README.rst LICENSE NOTICE HISTORY.rst pytest.ini requirements.txt recursive-include tests *.py