Remove all referencies to words like ~okeanos
[snf-image-creator] / setup.py
index cf10237..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
@@ -41,10 +42,10 @@ setup(
     name='snf_image_creator',
     version=image_creator.__version__,
     description='Command line tool for creating images',
-    long_description=open('README.rst').read(),
+    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,