From e74b8626a11b6296a3fc5873a490e9afa6453c74 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Fri, 17 Jul 2015 10:52:51 +0200 Subject: [PATCH] distribute request & response --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index cd12fb3..ad886ba 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,3 +2,5 @@ recursive-include debian * recursive-include tests *.py include VERSION include README.txt +include eopayment/request +include eopayment/response