diff --git a/buildout.cfg b/buildout.cfg index f000e20be57568bef572259ea61f7828a523fd72..a15009d69403fe9afc81532b3983333fe1f2e06c 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 b20b8746789114f9e43d1146691fa6590ea01561..04ea54a7789239a7d61fdd40f23483f6acf94bc8 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