setup.py
branchdevel
changeset 124 6efcdf7e2d62
parent 115 323d06431100
child 138 57c4450c8ba6
equal deleted inserted replaced
123:2d685c3c10b2 124:6efcdf7e2d62
     5 
     5 
     6 setup(name='iro',
     6 setup(name='iro',
     7         version=__version__,
     7         version=__version__,
     8         packages=['iro','iro.controller','iro.view','iro.model'],
     8         packages=['iro','iro.controller','iro.view','iro.model'],
     9         setup_requires = ['nose>=0.11',"ngmodules>=0.2"],
     9         setup_requires = ['nose>=0.11',"ngmodules>=0.2"],
    10         install_requires=['twisted>=11.1.0',"xmlrpclib","ConfigParser","multiprocessing","sqlalchemy","MySQL-python","SOAPpy",'decorator'],
    10         install_requires=['twisted>=11.1.0',"ConfigParser","sqlalchemy","MySQL-python","SOAPpy",'decorator'],
    11         test_suite="nose.collector",
    11         test_suite="nose.collector",
    12         description='Non Blocking Interface for sending a bunsh of SMSes, FAXes and Mails',
    12         description='Non Blocking Interface for sending a bunsh of SMSes, FAXes and Mails',
    13         author='Sandro Knauß',
    13         author='Sandro Knauß',
    14         author_email='knauss@netzguerilla.net',
    14         author_email='knauss@netzguerilla.net',
    15         url='https://netzguerilla.net/admin/hg/iro',
    15         url='https://netzguerilla.net/admin/hg/iro',