Skip to content

Commit

Permalink
Include a link to the docs in the package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJCLaw committed Sep 22, 2023
1 parent 57e7b83 commit 83545bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
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,
Expand Down

0 comments on commit 83545bc

Please sign in to comment.