change the licence to MIT

This commit is contained in:
Simon
2012-08-18 22:10:37 +02:00
parent 9b1dcf58f9
commit 480335921e
6 changed files with 97 additions and 736 deletions

View File

@@ -21,7 +21,7 @@ setup(
url = 'https://github.com/saimn/sigal',
author = 'Simon C.',
author_email = 'contact@saimon.org',
license = 'GPLv3',
license = 'MIT',
include_package_data = True,
install_requires = requires,
entry_points = entry_points,