Skip to content

Commit 1c12852

Browse files
committed
Add version and repo information
1 parent cc018cd commit 1c12852

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

adafruit_cursorcontrol/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
22
#
33
# SPDX-License-Identifier: MIT
44

5+
__version__ = "0.0.0-auto.0"
6+
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_CursorControl.git"
7+

adafruit_cursorcontrol/cursorcontrol_cursormanager.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
from keypad import ShiftRegisterKeys
1515
from adafruit_debouncer import Debouncer
1616

17+
__version__ = "0.0.0-auto.0"
18+
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_BLE_Eddystone.git"
19+
1720

1821
# PyBadge
1922
PYBADGE_BUTTON_LEFT = const(7)

0 commit comments

Comments
 (0)