mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-12 17:18:30 +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 shutil
|
||||
|
||||
requires = ['PIL']
|
||||
|
||||
setup(
|
||||
name='Stegano',
|
||||
version='0.4',
|
||||
|
|
Loading…
Add table
Reference in a new issue