X-Git-Url: https://code.grnet.gr/git/snf-image-creator/blobdiff_plain/cf5c6de502e57d9f20da3ad6f693b1cb21fb51b4..ffc64d7cdd7e06d6edf028f07f671cdb08f150af:/setup.py diff --git a/setup.py b/setup.py index 542d985..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 @@ -41,12 +42,14 @@ 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="Synnefo development team", + author_email="synnefo-devel@googlegroups.com", license='BSD', packages=find_packages(), include_package_data=True, - install_requires=['sh', 'ansicolors', 'progress>=1.0.2', 'py-sendfile'], + install_requires=['sh', 'ansicolors', 'progress>=1.0.2'], entry_points={ 'console_scripts': [ 'snf-image-creator = image_creator.main:main',