terryyin / lizard

A simple code complexity analyser without caring about the C/C++ header files or Java imports, supports most of the popular languages.
Other
1.81k stars 246 forks source link

add GitHub URL for PyPi #345

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

terryyin commented 2 years ago

Thanks. I should add auto-deploy to GitHub action as well.