From b0f6320510533b5b9e528de81a477e22b75252fa Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Sun, 14 Sep 2014 11:37:16 +0200 Subject: [PATCH] Add requirements.txt to the package --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index f0de085..12fee15 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,3 @@ -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 *.cc *.cpp *.h *.hdf5 -- GitLab