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)