Skip to content

Commit

Permalink
Move to github organisation and setup github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
foxy82 committed Jan 5, 2024
1 parent b5db1f6 commit b6169a7
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Change Log
=======================

v0.3.0
------------

Release 0.3.0 has a new protocol that supports push and hold of remote buttons.

v0.2.1
------------

Fixed an issue where the long description prevented pypi upload

v0.2.0
------------

Initial release of the pi usb gadget controller.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[metadata]
description-file = README.md
description_file = README.md
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
long_description_content_type='text/markdown',
author = "Foxy82",
author_email = "[email protected]",
url = "https://github.com/foxy82/pi-usb-gadget-controller",
download_url = f'https://github.com/foxy82/pi-usb-gadget-controller/{version}.tar.gz',
url = "https://github.com/designer-living/pi-usb-gadget-controller",
download_url = f'https://github.com/designer-living/pi-usb-gadget-controller/{version}.tar.gz',
install_requires = [
'aiohttp',
],
Expand Down

0 comments on commit b6169a7

Please sign in to comment.