From 122d51e5f12619783708bd478e8b4eede39a7b95 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Sun, 4 Dec 2016 00:26:50 +0100
Subject: [PATCH] Fix description

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

diff --git a/setup.py b/setup.py
index 4f2d5f2..fbef3cc 100644
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@ setup(
 
     name='bob.ip.facelandmarks',
     version=version,
-    description='Bob wrapper for Menpo's face keypoint detector',
+    description='Bob wrapper for Menpo\'s face keypoint detector',
     url='http://gitlab.idiap.ch/bob/bob.ip.facelandmarks',
     license='BSD',
     author='Andre Anjos',
-- 
GitLab