Explorar o código

Run describe for runtime dir as well

Steven Silvester %!s(int64=8) %!d(string=hai) anos
pai
achega
d6d7fa633a
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      jupyterlab/commands.py

+ 1 - 0
jupyterlab/commands.py

@@ -209,6 +209,7 @@ def _ensure_package(config):
         data['jupyterlab']['extensions'].append(key)
     data['scripts']['build'] = 'webpack'
     data['jupyterlab']['version'] = __version__
+    data['jupyterlab']['gitDescription'] = describe()
     with open(pkg_path, 'w') as fid:
         json.dump(data, fid, indent=4)