Merge branch 'stable-0.1'
[snf-image-creator] / setup.py
index 58cecb9..542d985 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -46,7 +46,7 @@ setup(
     license='BSD',
     packages=find_packages(),
     include_package_data=True,
-    install_requires=['sh', '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',