diff --git a/pi_usb_gadget_controller/__init__.py b/pi_usb_gadget_controller/__init__.py index d3ec452..3ced358 100644 --- a/pi_usb_gadget_controller/__init__.py +++ b/pi_usb_gadget_controller/__init__.py @@ -1 +1 @@ -__version__ = "0.2.0" +__version__ = "0.2.1" diff --git a/setup.py b/setup.py index bfd4238..1b85b0a 100644 --- a/setup.py +++ b/setup.py @@ -32,6 +32,7 @@ license='Apache 2.0', description = "Application to take commands and send via USB to a Media device like a FireTV or Andriod TV with ChromeCast", long_description = long_descr, + long_description_content_type='text/markdown', author = "Foxy82", author_email = "foxy82.github@gmail.com", url = "https://github.com/foxy82/pi-usb-gadget-controller",