From b03e57985824aeab6903968ceaec707629f81c48 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Sun, 14 Sep 2014 11:31:18 +0200
Subject: [PATCH] Add requirements.txt into the package

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

diff --git a/MANIFEST.in b/MANIFEST.in
index 7f7ea4c..d3b23e8 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,4 +1,4 @@
-include LICENSE README.rst bootstrap.py buildout.cfg
+include LICENSE README.rst bootstrap.py buildout.cfg requirements.txt
 recursive-include doc conf.py *.rst
 recursive-include bob *.cpp *.h
 recursive-include bob/io/base/data *.*
-- 
GitLab