Skip to content
Snippets Groups Projects
Commit e0ec2d50 authored by Laurent EL SHAFEY's avatar Laurent EL SHAFEY
Browse files

Remove namespace. Update version

parent 378c17bb
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ setup( ...@@ -28,7 +28,7 @@ setup(
# This is the basic information about your project. Modify all this # This is the basic information about your project. Modify all this
# information before releasing code publicly. # information before releasing code publicly.
name='bob.example.faceverify', name='bob.example.faceverify',
version='0.2.2', version='0.2.3',
description='Example for using Bob to create face verification systems', description='Example for using Bob to create face verification systems',
url='http://pypi.python.org/pypi/bob.example.faceverify', url='http://pypi.python.org/pypi/bob.example.faceverify',
license='GPLv3', license='GPLv3',
...@@ -42,10 +42,6 @@ setup( ...@@ -42,10 +42,6 @@ setup(
include_package_data=True, include_package_data=True,
zip_safe=True, zip_safe=True,
namespace_packages=[
"faceverify",
],
# This line defines which packages should be installed when you "install" # This line defines which packages should be installed when you "install"
# this package. All packages that are mentioned here, but are not installed # 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 # on the current system will be installed locally and only visible to the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment