From: Nikos Skalkotos Date: Fri, 11 Jan 2013 14:20:46 +0000 (+0200) Subject: Add author and author_mail in setup.py X-Git-Tag: v0.2~4 X-Git-Url: https://code.grnet.gr/git/snf-image-creator/commitdiff_plain/c282b18e1feb4d25eed0fef0d9c4f8365e7acc94?ds=sidebyside Add author and author_mail in setup.py --- diff --git a/setup.py b/setup.py index 542d985..358d5a6 100755 --- a/setup.py +++ b/setup.py @@ -43,6 +43,8 @@ setup( description='Command line tool for creating images', long_description=open('README.rst').read(), url='https://code.grnet.gr/projects/snf-image-creator', + author = "GRNET development team", + author_email = "okeanos-dev@lists.grnet.gr", license='BSD', packages=find_packages(), include_package_data=True,