Skip to content

Commit

Permalink
add __version__ and __repo__
Browse files Browse the repository at this point in the history
  • Loading branch information
dhalbert committed Jun 21, 2019
1 parent c9e0785 commit fc2e75f
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion adafruit_hid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,18 @@
`adafruit_hid`
====================================================
This driver simulates USB HID devices. Currently keyboard and mouse are implemented.
This driver simulates USB HID devices.
* Author(s): Scott Shawcroft, Dan Halbert
Implementation Notes
--------------------
**Software and Dependencies:**
* Adafruit CircuitPython firmware for the supported boards:
https://github.com/adafruit/circuitpython/releases
"""

# imports

__version__ = "0.0.0-auto.0"
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_HID.git"

0 comments on commit fc2e75f

Please sign in to comment.