From f5535dae92a1894994e3e1ac84128787d52828ee Mon Sep 17 00:00:00 2001 From: Manuel Guenther <manuel.guenther@idiap.ch> Date: Wed, 27 Aug 2014 10:33:19 +0200 Subject: [PATCH] Added .cc and .hdf5 files to MANIFEST --- MANIFEST.in | 2 +- buildout.cfg | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 4b6cf9d..f0de085 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,3 @@ include LICENSE README.rst bootstrap.py buildout.cfg recursive-include doc conf.py *.rst -recursive-include bob *.cpp *.h +recursive-include bob *.cc *.cpp *.h *.hdf5 diff --git a/buildout.cfg b/buildout.cfg index a00b4ac..e59ad73 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -21,6 +21,7 @@ develop = src/bob.extension ; options for bob.buildout extension debug = true verbose = true +newest = false prefixes = /idiap/group/torch5spro/externals/py278/usr [sources] -- GitLab