X-Git-Url: https://code.grnet.gr/git/snf-image-creator/blobdiff_plain/e982b6344e4e80b827df478f990a874d907f9a45..9f0e45ee262ca2ed24f69b3e2141701e63ceb4d8:/setup.py diff --git a/setup.py b/setup.py index 58c0aff..3c67366 100755 --- a/setup.py +++ b/setup.py @@ -1,5 +1,6 @@ #!/usr/bin/env python - +# -*- coding: utf-8 -*- +# # Copyright 2012 GRNET S.A. All rights reserved. # # Redistribution and use in source and binary forms, with or @@ -43,8 +44,8 @@ setup( description='Command line tool for creating images', long_description=open('README').read(), url='https://code.grnet.gr/projects/snf-image-creator', - author="GRNET development team", - author_email="okeanos-dev@lists.grnet.gr", + author="Synnefo development team", + author_email="synnefo-devel@googlegroups.com", license='BSD', packages=find_packages(), include_package_data=True,