From 6c6057563caaa6aee63ead54703910987c73438e Mon Sep 17 00:00:00 2001 From: John Shanahan Date: Sun, 1 Sep 2013 22:20:53 -0400 Subject: [PATCH] Added 'GPL3' to setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 33a18d2..c115c4c 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup(name='cheat', homepage='', author='Chris Lane', author_email='chris@chris-allen-lane.com', - license='', + license='GPL3', description='', platform='Posix', url='https://github.com/chrisallenlane/cheat',