X-Git-Url: https://code.grnet.gr/git/snf-image-creator/blobdiff_plain/4787037b2c6642c31312dd49f1a643bac2532ebe..ab694a5ed6654a36fa39815d3e6c43f8fea9f554:/setup.py?ds=sidebyside diff --git a/setup.py b/setup.py index ee15b44..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=['pbs', 'ansicolors', 'progress>=1.0.2', 'pysendfile'], + install_requires=['sh', 'ansicolors', 'progress>=1.0.2'], entry_points={ 'console_scripts': [ 'snf-image-creator = image_creator.main:main',