Skip to content

Commit 821036a

Browse files
committedNov 1, 2023
Define python package specific description in pyproject.toml
1 parent 09e6279 commit 821036a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ requires = [
1616
#
1717
[project]
1818
name = "jupyter_server_proxy"
19-
description = "A JupyterLab extension accompanying the PyPI package jupyter-server-proxy adding launcher items for configured server processes."
19+
description = "A Jupyter server extension to run additional processes and proxy to them that comes bundled JupyterLab extension to launch pre-defined processes."
2020
keywords = ["jupyter", "jupyterlab", "jupyterlab-extension"]
2121
authors = [
2222
{ name = "Ryan Lovett", email = "rylo@berkeley.edu" },

0 commit comments

Comments
 (0)