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

Few more fixes. Update version

parent 1eb8890a
No related branches found
No related tags found
No related merge requests found
......@@ -12,3 +12,4 @@ newest = false
[scripts]
recipe = xbob.buildout:scripts
dependent-scripts = true
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment