From 83545bc9ec30ddcfc97b34e97debbebfe87a56a7 Mon Sep 17 00:00:00 2001 From: Peter Law Date: Fri, 22 Sep 2023 21:33:52 +0100 Subject: [PATCH] Include a link to the docs in the package metadata --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index dad15342..68210ef2 100755 --- a/setup.py +++ b/setup.py @@ -27,6 +27,9 @@ setup(name='jedi', maintainer=__AUTHOR__, maintainer_email=__AUTHOR_EMAIL__, url='https://github.com/davidhalter/jedi', + project_urls={ + "Documentation": 'https://jedi.readthedocs.io/en/latest/', + }, license='MIT', keywords='python completion refactoring vim', long_description=readme,