tag releases within the dists as well (for debugging, mostly)
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
try:
|
||||
from kmk.release_info import KMK_RELEASE
|
||||
except Exception:
|
||||
KMK_RELEASE = 'copied-from-git'
|
||||
|
||||
CIRCUITPYTHON = 'CircuitPython'
|
||||
MICROPYTHON = 'MicroPython'
|
||||
|
||||
|
Reference in New Issue
Block a user