From 349e728d101b3a204d665dc98460567b84ef67dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Sun, 4 Oct 2015 21:17:39 +0200 Subject: [PATCH] pillow should be use instead of PIL when installin Stegano. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7a1ac17..c96ffcc 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from distutils.core import setup import os import shutil -requires = ['PIL'] +requires = ['pillow'] try: