diff --git a/setup.py b/setup.py index 04ea54a7789239a7d61fdd40f23483f6acf94bc8..2372c3a60089e08f5a71be4f0a0d841a66119a77 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