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,