setup.py
branchdevel
changeset 291 84eb5a7a715a
parent 289 dd610c9d6a12
child 294 0e75bd39767d
--- a/setup.py	Fri Aug 10 13:58:28 2012 +0200
+++ b/setup.py	Fri Aug 10 14:42:26 2012 +0200
@@ -21,6 +21,7 @@
         package_data={
             'twisted': ['plugins/iro_plugin.py'],
         },
+        license = "MIT",
         classifiers=[
             "Development Status :: 3 - Alpha",
             "Environment :: No Input/Output (Daemon)",
@@ -29,6 +30,7 @@
             "Topic :: Communications :: Email",
             "Topic :: Communications :: Sms",
             "Programming Language :: Python",
+            "License :: OSI Approved :: MIT License",
             ]
         )