diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..10f1042 --- /dev/null +++ b/CHANGELOG.md @@ -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. diff --git a/setup.cfg b/setup.cfg index 224a779..08aedd7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,2 @@ [metadata] -description-file = README.md \ No newline at end of file +description_file = README.md diff --git a/setup.py b/setup.py index f45bf1a..66aec0d 100644 --- a/setup.py +++ b/setup.py @@ -38,8 +38,8 @@ long_description_content_type='text/markdown', author = "Foxy82", author_email = "foxy82.github@gmail.com", - 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', ],