1
0
forked from VimPlug/jedi

Merge pull request #1961 from PeterJCLaw/docs-link

Include a link to the docs in the package metadata
This commit is contained in:
Dave Halter
2023-09-23 23:56:11 +00:00
committed by GitHub

View File

@@ -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,