From a0a55142817a0967e14b50f7ee3c82f8fe85cb9b Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.anjos@idiap.ch> Date: Tue, 25 Sep 2012 16:49:03 +0200 Subject: [PATCH] Adds URL --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 6016b3b..64de227 100644 --- a/setup.py +++ b/setup.py @@ -100,6 +100,7 @@ setup( author='Andre Anjos', author_email='andre.anjos@idiap.ch', long_description=open('README.rst').read(), + url='http://pypi.python.org/pypi/xbob.flandmark', packages=find_packages(), include_package_data=True, -- GitLab