X-Git-Url: https://code.grnet.gr/git/snf-image-creator/blobdiff_plain/2a79684d5d53ea72d97abd6bd3035f398646eee0..b1aea98e08ba089bf9199fff0f37f5a468951b8b:/setup.py diff --git a/setup.py b/setup.py index d9e34e7..0e65cb0 100755 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright 2011 GRNET S.A. All rights reserved. +# Copyright 2012 GRNET S.A. All rights reserved. # # Redistribution and use in source and binary forms, with or # without modification, are permitted provided that the following @@ -45,9 +45,9 @@ setup( # long_description=open('README.rst').read(), url='https://code.grnet.gr/projects/snf-image-creator', license='BSD', - packages=['image_creator'], + packages=['image_creator', 'image_creator.os_type'], include_package_data=True, - install_requires=['losetup', 'pbs'], + install_requires=['pbs', 'ansicolors', 'progress', 'pysendfile'], entry_points={ 'console_scripts': ['snf-image-creator = image_creator.main:main'] }