mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-13 01:18:31 +02:00
Updated setup.py with the requiered modules.
This commit is contained in:
parent
f2c2792ff1
commit
b4a1e1d0bb
1 changed files with 3 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -5,6 +5,8 @@ from distutils.core import setup
|
||||||
import os
|
import os
|
||||||
import shutil
|
import shutil
|
||||||
|
|
||||||
|
requires = ['PIL']
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='Stegano',
|
name='Stegano',
|
||||||
version='0.4',
|
version='0.4',
|
||||||
|
|
Loading…
Add table
Reference in a new issue