浏览代码

Run describe for runtime dir as well

Steven Silvester 8 年之前
父节点
当前提交
d6d7fa633a
共有 1 个文件被更改,包括 1 次插入0 次删除
  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)