From c282b18e1feb4d25eed0fef0d9c4f8365e7acc94 Mon Sep 17 00:00:00 2001 From: Nikos Skalkotos Date: Fri, 11 Jan 2013 16:20:46 +0200 Subject: [PATCH] Add author and author_mail in setup.py --- setup.py | 2 ++ 1 file changed, 2 insertions(+) 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, -- 1.7.10.4