From d4be10ff26137a5a30d01ef710fc132adabc93ab Mon Sep 17 00:00:00 2001 From: GadgetReactor Date: Tue, 18 Oct 2016 09:41:13 +0800 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9eeaf459..4472a6b0 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup(name='pyHS100', url='https://github.com/GadgetReactor/pyHS100', author='Sean Seah (GadgetReactor)', author_email='sean@gadgetreactor.com', - license='MIT', + license='GPLv3', packages=['pyHS100'], install_requires=[], zip_safe=False)