From d036628503decc1a43b512c8afe15d1b3f10ac5a Mon Sep 17 00:00:00 2001 From: Johann Cohen-Tanugi Date: Mon, 5 Jun 2023 14:49:50 +0200 Subject: [PATCH] Update pyproject.toml add pointer to documentation in github "About" --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a2fad28..77cc4d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = 'stackyter' authors = [{ name = "Nicolas Chotard", email = "nchotard@in2p3.fr" }] -description = "Local display of a jupyter notebook running on a remote server" +description = "Local display of a jupyter notebook running on a remote server. See https://stackyter.readthedocs.io/en/latest/ for documentation." keywords = ["jupyter", "remote"] readme = "README.rst" requires-python = ">=3.8"