소스 검색

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)