From 206174ddc5ebc9748d7aaf5bb23332ed1581f30b Mon Sep 17 00:00:00 2001 From: thewh1teagle <61390950+thewh1teagle@users.noreply.github.com> Date: Mon, 4 Dec 2023 05:11:03 +0200 Subject: [PATCH] new version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",