Skip to content

Commit 5902e79

Browse files
committed
Define python package specific description in pyproject.toml
1 parent 06a3474 commit 5902e79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
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 = "[email protected]" },

0 commit comments

Comments
 (0)