From e0ec2d505421a68f87648ab5b2841331ff835f02 Mon Sep 17 00:00:00 2001 From: Laurent El Shafey <Laurent.El-Shafey@idiap.ch> Date: Fri, 15 Feb 2013 23:51:50 +0100 Subject: [PATCH] Remove namespace. Update version --- setup.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/setup.py b/setup.py index 04ea54a..2372c3a 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.2', + version='0.2.3', description='Example for using Bob to create face verification systems', url='http://pypi.python.org/pypi/bob.example.faceverify', license='GPLv3', @@ -42,10 +42,6 @@ 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