X-Git-Url: https://code.grnet.gr/git/snf-image-creator/blobdiff_plain/4787037b2c6642c31312dd49f1a643bac2532ebe..99f95b85b1afd94926553ea21b472311bbd3c66b:/setup.py diff --git a/setup.py b/setup.py index ee15b44..358d5a6 100755 --- a/setup.py +++ b/setup.py @@ -43,10 +43,12 @@ setup( description='Command line tool for creating images', long_description=open('README.rst').read(), url='https://code.grnet.gr/projects/snf-image-creator', + author = "GRNET development team", + author_email = "okeanos-dev@lists.grnet.gr", 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', 'py-sendfile'], entry_points={ 'console_scripts': [ 'snf-image-creator = image_creator.main:main',