diff --git a/setup.py b/setup.py index f799789d3d348d97630643fa616cf782d92bc3d2..bf127db1ebc4afdcbdb7540c4a1cca5689aabe66 100644 --- a/setup.py +++ b/setup.py @@ -14,8 +14,9 @@ setup( description='Replay Attack Database Access API for Bob', url='http://github.com/bioidiap/bob.db.replay', license='GPLv3', - author_email='Andre Anjos <andre.anjos@idiap.ch>', - #long_description=open('doc/howto.rst').read(), + author='Andre Anjos', + author_email='andre.anjos@idiap.ch', + long_description=open('README.rst').read(), # This line is required for any distutils based packaging. packages=find_packages(),