Missing link to repository on PyPI page
adigitoleo opened this issue · 3 comments
adigitoleo commented
I'm not familiar with poetry, but in standard python projects this would be fixed by setting the following in pyproject.toml
:
[project.urls]
repository = "https://github.com/olavolav/uniplot"
documentation = <docs website, if any>
Just a small gripe
olavolav commented
Thanks @adigitoleo for the heads-up, I'll fix that shortly
olavolav commented
Ah didn't mean to auto-close it. Let's see if it works first
olavolav commented