pillow should be use instead of PIL when installin Stegano.

This commit is contained in:
Cédric Bonhomme 2015-10-04 21:17:39 +02:00
parent dfed0dd8d4
commit 349e728d10

View file

@ -5,7 +5,7 @@ from distutils.core import setup
import os
import shutil
requires = ['PIL']
requires = ['pillow']
try: