From aafb0e96589353662e027e707dbc9a4c3a7b0079 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Sat, 23 Jan 2016 21:43:37 +0100
Subject: [PATCH] [setup] Fix URL making it point to github [ci skip]

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 934a84e..92fa205 100644
--- a/setup.py
+++ b/setup.py
@@ -38,7 +38,7 @@ setup(
     name='bob.example.faceverify',
     version=version,
     description='Example for using Bob to create three distinct face verification systems',
-    url='http://pypi.python.org/pypi/bob.example.faceverify',
+    url='http://github.com/bioidiap/bob.example.faceverify',
     license='GPLv3',
     author='Manuel Guenther',
     author_email='manuel.guenther@idiap.ch',
-- 
GitLab