mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-12 17:18:30 +02:00
Updated setup.py according to the recent changes.
This commit is contained in:
parent
fd202bf42c
commit
6fd797896d
1 changed files with 2 additions and 3 deletions
5
setup.py
5
setup.py
|
@ -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()
|
||||||
|
|
Loading…
Add table
Reference in a new issue