mocobeta / janome

Japanese morphological analysis engine written in pure Python
https://mocobeta.github.io/janome/en/
Apache License 2.0
848 stars 51 forks source link

add GitHub URL for PyPi #112

Closed andriyor closed 2 years ago

andriyor commented 2 years ago

Warehouse now uses the project_urls provided to display links in the sidebar on this screen, as well as including them in API responses to help the automation tool find the source code for Requests.

Example: pypi.org/pypi/requests/json Docs: packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/#project-urls

mocobeta commented 2 years ago

Thanks @andriyor.