Parcourir la source

Run describe for runtime dir as well

Steven Silvester il y a 8 ans
Parent
commit
d6d7fa633a
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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)