diff -r 21601a54c44c -r 84eb5a7a715a setup.py --- 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", ] )