Updated setup.py according to the recent changes.

This commit is contained in:
Cédric Bonhomme 2016-05-18 07:49:33 +02:00
parent fd202bf42c
commit 6fd797896d
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D

View file

@ -11,11 +11,10 @@ except ImportError:
from distutils.core import setup from distutils.core import setup
packages = [ packages = [
'stegano', 'stegano'
'stegano.exif'
] ]
requires = ['pillow'] requires = ['pillow', 'piexif']
with open('README.rst', 'r') as f: with open('README.rst', 'r') as f:
readme = f.read() readme = f.read()