From b4a1e1d0bb06732b41b29319c05d73d6f872046f Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Mon, 12 Mar 2012 09:00:21 +0100 Subject: [PATCH] Updated setup.py with the requiered modules. --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4d463e0..1072767 100644 --- a/setup.py +++ b/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',