Skip to content

Commit

Permalink
Please the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval authored Oct 10, 2023
1 parent 89d9bc8 commit a75954d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ build:
- jupyter-labhub = jupyterlab.labhubapp:main
- jlpm = jupyterlab.jlpmapp:main

app:
entry: jupyter lab
icon: icon.png
summary: JupyterLab {{ version }}
type: desk

requirements:
host:
- python-build
Expand Down Expand Up @@ -70,6 +64,12 @@ test:
- jupyter lab build --dev-build=False --minimize=False
- jupyter lab clean

app:
entry: jupyter lab
icon: icon.png
summary: JupyterLab {{ version }}
type: desk

about:
home: https://github.com/jupyterlab/jupyterlab
license: BSD-3-Clause
Expand Down

0 comments on commit a75954d

Please sign in to comment.