19 url='https://netzguerilla.net/iro', |
19 url='https://netzguerilla.net/iro', |
20 scripts=["bin/iro-install"], |
20 scripts=["bin/iro-install"], |
21 package_data={ |
21 package_data={ |
22 'twisted': ['plugins/iro_plugin.py'], |
22 'twisted': ['plugins/iro_plugin.py'], |
23 }, |
23 }, |
|
24 license = "MIT", |
24 classifiers=[ |
25 classifiers=[ |
25 "Development Status :: 3 - Alpha", |
26 "Development Status :: 3 - Alpha", |
26 "Environment :: No Input/Output (Daemon)", |
27 "Environment :: No Input/Output (Daemon)", |
27 "Framework :: Twisted", |
28 "Framework :: Twisted", |
28 "Topic :: Communications :: Fax", |
29 "Topic :: Communications :: Fax", |
29 "Topic :: Communications :: Email", |
30 "Topic :: Communications :: Email", |
30 "Topic :: Communications :: Sms", |
31 "Topic :: Communications :: Sms", |
31 "Programming Language :: Python", |
32 "Programming Language :: Python", |
|
33 "License :: OSI Approved :: MIT License", |
32 ] |
34 ] |
33 ) |
35 ) |
34 |
36 |
35 refresh_plugin_cache() |
37 refresh_plugin_cache() |