graphrag
graphrag copied to clipboard
Add source URL to the package
Description
Add a link to the source on the pypi page.
Checklist
- [ ] I have tested these changes locally.
- [x] I have reviewed the code changes.
- [x] I have updated the documentation (if necessary).
- [x] I have added appropriate unit tests (if applicable).
Hi @gukoff, thanks for your contribution. It appears that specifying the Source url may have some negative consequences for some people (those with private PyPI’s or behind corporate networks).
I’m inclined to not approve this change until I’ve learned more about the impact of this change.
tool.poetry.source is a different poetry config value, you're looking for tool.poetry.urls :)
Here the "Source" is a free-form string, you can as well write "Source code".
It's to define the project links displayed on the PyPI page: