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
4
setup.py
4
setup.py
|
@ -1,10 +1,12 @@
|
|||
#!/usr/bin/python
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-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