setup.py
branchdevel
changeset 138 57c4450c8ba6
parent 124 6efcdf7e2d62
child 173 912ef3e070b0
--- a/setup.py	Wed Feb 08 14:19:46 2012 +0100
+++ b/setup.py	Thu Feb 09 17:34:47 2012 +0100
@@ -6,9 +6,9 @@
 setup(name='iro',
         version=__version__,
         packages=['iro','iro.controller','iro.view','iro.model'],
-        setup_requires = ['nose>=0.11',"ngmodules>=0.2"],
+        setup_requires = ["ngmodules>=0.2"],
         install_requires=['twisted>=11.1.0',"ConfigParser","sqlalchemy","MySQL-python","SOAPpy",'decorator'],
-        test_suite="nose.collector",
+        #test_suite="nose.collector",                               #ToDo switch to trial
         description='Non Blocking Interface for sending a bunsh of SMSes, FAXes and Mails',
         author='Sandro Knauß',
         author_email='knauss@netzguerilla.net',