From 8013d3c31151d610848c467405d04acb36aaae25 Mon Sep 17 00:00:00 2001
From: Amir MOHAMMADI <amir.mohammadi@idiap.ch>
Date: Thu, 4 May 2017 16:32:29 +0200
Subject: [PATCH] update readme

---
 README.rst | 29 ++++++++++-------------------
 setup.py   |  2 +-
 2 files changed, 11 insertions(+), 20 deletions(-)

diff --git a/README.rst b/README.rst
index 0534f104..5e48a1ac 100644
--- a/README.rst
+++ b/README.rst
@@ -1,5 +1,5 @@
 .. vim: set fileencoding=utf-8 :
-.. Fri Dec 23 13:41:36 CET 2016
+.. Thu May  4 16:29:23 CEST 2017
 
 .. image:: http://img.shields.io/badge/docs-stable-yellow.svg
    :target: http://pythonhosted.org/bob.pad.face/index.html
@@ -7,6 +7,8 @@
    :target: https://www.idiap.ch/software/bob/docs/latest/bob/bob.pad.face/master/index.html
 .. image:: https://gitlab.idiap.ch/bob/bob.pad.face/badges/master/build.svg
    :target: https://gitlab.idiap.ch/bob/bob.pad.face/commits/master
+.. image:: https://gitlab.idiap.ch/bob/bob.pad.face/badges/master/coverage.svg
+   :target: https://gitlab.idiap.ch/bob/bob.pad.face/commits/master
 .. image:: https://img.shields.io/badge/gitlab-project-0000c0.svg
    :target: https://gitlab.idiap.ch/bob/bob.pad.face
 .. image:: http://img.shields.io/pypi/v/bob.pad.face.svg
@@ -15,32 +17,21 @@
    :target: https://pypi.python.org/pypi/bob.pad.face
 
 
-============================
-Example buildout environment
-============================
+====================================================
+ Face presentation attack detection (anti-spoofing)
+====================================================
 
 This package is part of the signal-processing and machine learning toolbox
-Bob_. This is a long description for bob.pad.face.
+Bob_. It implementes several different algorithms that are useful to detect
+presentation attacks.
 
 
 Installation
 ------------
 
-Follow our `installation`_ instructions. Then, using the Python interpreter
-provided by the distribution, build this package with::
-
-  $ buildout
-
-
-Documentation and Further Information
--------------------------------------
+Follow our `installation`_ instructions. Then, to install this pacakge, run::
 
-Please refer to the latest Bob user guide, accessing from the `Bob website
-<http://www.idiap.ch/software/bob>`_ for how to create your own packages based
-on this example. In particular, the Section entitled `Bob Satellite Package
-Development and Maintenance
-<https://pythonhosted.org/bob.extension/guide.html>`_
-contains details on how to setup, build and roll out your code.
+  $ conda install bob.pad.face
 
 
 Contact
diff --git a/setup.py b/setup.py
index f76c2572..7dc09b29 100644
--- a/setup.py
+++ b/setup.py
@@ -48,7 +48,7 @@ setup(
     # information before releasing code publicly.
     name = 'bob.pad.face',
     version = open("version.txt").read().rstrip(),
-    description = 'Implements tools for spoofing or presentation attack detection in face',
+    description = 'Implements tools for spoofing or presentation attack detection in face biometrics',
 
     url = 'https://gitlab.idiap.ch/bob/bob.pad.face',
     license = 'GPLv3',
-- 
GitLab