Skip to content

Commit

Permalink
Merge pull request #39 from dhalbert/add-version
Browse files Browse the repository at this point in the history
add __version__ and __repo__ to __init__.py
  • Loading branch information
ladyada committed Jun 21, 2019
2 parents c9e0785 + fc2e75f commit 89faee0
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 89faee0

Please sign in to comment.