Remove all referencies to words like ~okeanos
[snf-image-creator] / setup.py
index 58c0aff..3c67366 100755 (executable)
--- 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,