diff options
| author | Dan Halbert <halbert@halwitz.org> | 2017-12-23 23:46:19 -0500 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2017-12-23 23:46:19 -0500 |
| commit | 2dcb2f06cbfaacb5cf362cac1ba547dd45d13e9a (patch) | |
| tree | bbc7bab8e749adfd89ef27e8c1e03fc9dc0c2488 /.gitmodules | |
| parent | e44fbca272471939b20f5c72530fb402836d24ad (diff) | |
Add git version info to frozen modules.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index faad88a85..ef87dd1ba 100644 --- a/.gitmodules +++ b/.gitmodules @@ -29,3 +29,6 @@ [submodule "frozen/Adafruit_CircuitPython_BusDevice"] path = frozen/Adafruit_CircuitPython_BusDevice url = https://github.com/adafruit/Adafruit_CircuitPython_BusDevice.git +[submodule "tools/python-semver"] + path = tools/python-semver + url = https://github.com/k-bx/python-semver.git |
