Copy OSFAMILY to OS property if distro is unknown
[snf-image-creator] / setup.py
index 58c0aff..a524373 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -43,8 +43,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,