Skip to content

Commit

Permalink
Merge pull request #63 from andriyor/patch-1
Browse files Browse the repository at this point in the history
add GitHub URL for PyPi
  • Loading branch information
arianpasquali committed Jun 2, 2022
2 parents 238ae58 + 6638b8d commit 4f82feb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Expand Up @@ -62,6 +62,10 @@
long_description=readme,
long_description_content_type='text/markdown',
url='https://pypi.python.org/pypi/yake',
project_urls={
'Documentation': 'https://liaad.github.io/yake/',
'Source': 'https://github.com/LIAAD/yake',
},
packages=find_packages(include=['yake','StopwordsList']),
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 4f82feb

Please sign in to comment.