From 378c17bbaec4da0ba76817362e11b3058694d704 Mon Sep 17 00:00:00 2001 From: Laurent El Shafey <Laurent.El-Shafey@idiap.ch> Date: Fri, 15 Feb 2013 23:46:40 +0100 Subject: [PATCH] Few more fixes. Update version --- buildout.cfg | 1 + setup.py | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/buildout.cfg b/buildout.cfg index f000e20..a15009d 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -12,3 +12,4 @@ newest = false [scripts] recipe = xbob.buildout:scripts +dependent-scripts = true diff --git a/setup.py b/setup.py index b20b874..04ea54a 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ setup( # This is the basic information about your project. Modify all this # information before releasing code publicly. name='bob.example.faceverify', - version='0.2.1', + version='0.2.2', description='Example for using Bob to create face verification systems', url='http://pypi.python.org/pypi/bob.example.faceverify', license='GPLv3', @@ -42,6 +42,10 @@ setup( include_package_data=True, zip_safe=True, + namespace_packages=[ + "faceverify", + ], + # This line defines which packages should be installed when you "install" # this package. All packages that are mentioned here, but are not installed # on the current system will be installed locally and only visible to the -- GitLab