From 5b7872b8d1eae20b87b3bed6e75adc7c67af53dc Mon Sep 17 00:00:00 2001
From: Theophile GENTILHOMME <tgentilhomme@jurasix08.idiap.ch>
Date: Tue, 20 Mar 2018 09:23:02 +0100
Subject: [PATCH] Fix last commit (not copying all thest files anymore)

---
 MANIFEST.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MANIFEST.in b/MANIFEST.in
index f8d659de..7e877d8a 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,3 +1,3 @@
 include LICENSE README.rst buildout.cfg develop.cfg version.txt requirements.txt test-requirements.txt
 recursive-include doc *.py *.rst
-recursive-include bob/bio/base/test/data *.*
+recursive-include bob/bio/base/test/data *.* *-dev
-- 
GitLab