Change setup.py to pick up the description #3001

Review ID: 583003
This commit is contained in:
Priyanka Rani 2013-10-23 18:24:02 +05:30
parent fc5a70e17a
commit 743ba89987
1 changed files with 4 additions and 4 deletions

View File

@ -47,10 +47,10 @@ requires.append(
setup(
name='trytond_nereid_project',
version=info.get('version', '0.0.1'),
description=info.get('description', ''),
author=info.get('author', ''),
author_email=info.get('email', ''),
url=info.get('website', ''),
description='Tryton Nereid Web based Project Management',
author='Openlabs Technologies & Consulting (P) Limited',
author_email='info@openlabs.co.in',
url='http://www.openlabs.co.in/',
package_dir={'trytond.modules.nereid_project': '.'},
packages=[
'trytond.modules.nereid_project',