diff -r 0b333b0cd986 -r 1d93f1ddfd16 setup.py --- a/setup.py Sun Jan 22 02:36:33 2012 +0100 +++ b/setup.py Sun Jan 22 02:37:31 2012 +0100 @@ -5,9 +5,9 @@ setup(name='iro', version=__version__, - packages=['iro'], - setup_requires = ['nose>=0.11'], - install_requires=['twisted>=11.1.0',"xmlrpclib","ConfigParser","base64","multiprocessing"], + packages=['iro','iro.controller','iro.view','iro.model'], + setup_requires = ['nose>=0.11',"ngmodules>=0.2"], + install_requires=['twisted>=11.1.0',"xmlrpclib","ConfigParser","multiprocessing","sqlalchemy","MySQL-python","SOAPpy"], test_suite="nose.collector", description='Non Blocking Interface for sending a bunsh of SMSes, FAXes and Mails', author='Sandro Knauß',