diff --git a/setup.py b/setup.py index f26b80f..1979166 100644 --- a/setup.py +++ b/setup.py @@ -8,8 +8,8 @@ name="zero-hid", # How you named your package folder packages=['zero_hid', 'zero_hid.hid'], # Chose the same as "name" include_package_data=True, - version="v0.1.4", # Start with a small number and increase it with every change you make - license="MIT", # Chose a license from here: https://help.github.com/articles/licensing-a-repository + version="v0.1.5", # Start with a small number and increase it with every change you make + license="LGPL", # Chose a license from here: https://help.github.com/articles/licensing-a-repository description="Library for emulate mouse and keyboard on raspberry pi zero", # Give a short description about your library long_description=long_description, long_description_content_type="text/markdown",