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:
3
setup.py
3
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,
|
||||
|
||||
Reference in New Issue
Block a user