diff --git a/.gitignore b/.gitignore index 325d7206680f0197cdd448578d09bbc4c7455afd..b8afedd4fabe76662e1ef277c0a7b285fc0ff256 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 82d409243bd964985baf51af5dbe8c803f935684..e82c12650cfe72493e894201d8c1baa4870f1bb8 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 e5dfb5d9dc52819103e3e442bfcbcb903a0dcecb..c22b65d13ca30744606244c9c2778c31c078e7bd 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