From f04958a7b598a3a657aa8c19d67e422372260c88 Mon Sep 17 00:00:00 2001 From: Ketan Kotwal <ketan.kotwal@idiap.ch> Date: Thu, 21 May 2020 13:15:33 +0530 Subject: [PATCH] minor edits and corrections --- .gitignore | 7 ------- MANIFEST.in | 3 ++- buildout.cfg | 11 +++++++++-- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 325d720..b8afedd 100644 --- a/.gitignore +++ b/.gitignore @@ -11,10 +11,3 @@ src develop-eggs sphinx dist -.nfs* -.gdb_history -build -.coverage -record.txt -miniconda.sh -miniconda/ \ No newline at end of file diff --git a/MANIFEST.in b/MANIFEST.in index 82d4092..e82c126 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,3 @@ include README.rst buildout.cfg COPYING version.txt requirements.txt -recursive-include doc *.rst *.png *.ico *.txt \ No newline at end of file +recursive-include doc *.rst *.png *.ico *.txt +recursive-include bob/paper/nir_patch_pooling/database/lists/ *.lst diff --git a/buildout.cfg b/buildout.cfg index e5dfb5d..c22b65d 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -2,12 +2,19 @@ [buildout] parts = scripts -develop = . -eggs = bob.paper.nir_patch_pooling + extensions = bob.buildout + mr.developer + +auto-checkout=* +debug = false newest = false verbose = true +develop = . + +eggs = bob.paper.nir_patch_pooling + [scripts] recipe = bob.buildout:scripts dependent-scripts = true -- GitLab