diff --git a/MANIFEST.in b/MANIFEST.in index a65ebeee3f2f28957b2b7e9bde038adb0c8dd7f7..e0e0bab61b8bb558bbc449a49d08201f317c1fe8 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,2 @@ include README.rst bootstrap.py buildout.cfg COPYING -recursive-include doc *.py *.rst -recursive-include bob *.lst +recursive-include xbob *.lst diff --git a/setup.py b/setup.py index 71b614a3b2371cc1d1eb7387474857392e87ca22..47c669c9ac8678e49ade90c054a44b871041624b 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ from setuptools import setup, find_packages setup( name='xbob.db.cbsr_nir_vis_2', - version='1.0.0', + version='1.0.1', description='CASIA NIR-VIS 2.0 Face Database protocol', url='', license='GPLv3',