Update setup.py

This commit is contained in:
GadgetReactor 2016-10-18 09:41:13 +08:00 committed by GitHub
parent b074a21c9a
commit d4be10ff26

View File

@ -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)