Consider linking this repo from pypi
benjamin051000 opened this issue · 1 comments
benjamin051000 commented
Your pypi page doesn't have a link referencing this repo, making it more difficult to view the source code from pypi. Is there an easy way for you to link the github repo on pypi? Thanks!
pwwang commented
Should be easy to do by adding homepage
and readme
to tool.poetry
section in pyproject.toml
file. Would you mind submitting a PR?