diff options
author | Matthew Garrett <mjg59@coreos.com> | 2016-12-03T22·16-0800 |
---|---|---|
committer | Matthew Garrett <mjg59@coreos.com> | 2016-12-03T22·16-0800 |
commit | c157860f0d54c9e1f2e8ffb7024ea0c5e26e3d1a (patch) | |
tree | 0f70389c388735b8a78c2ffd63f53abc53cd6585 /setup.py | |
parent | 9628b87572f8b17c9adfcbd34395e59527c54ed1 (diff) |
Fix setup.py
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py index 4ac0917f38bb..25f5d5d260e5 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,6 @@ setup( url='http://github.com/mjg59/python-broadlink', packages=find_packages(), scripts=[], - license=open('LICENSE').read(), description='Python API for controlling Broadlink IR controllers', classifiers=[ 'Development Status :: 4 - Beta', |