Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(fix): move repository url field into tool.poetry namespace #349

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

soof-golan
Copy link

@soof-golan soof-golan commented Aug 28, 2024

This patch updates pyproject.toml to allow tools like uv to install this package from source.

It seems that having project.urls along with tool.poetry is not spec compliant, pip itself seems to be more permissive but uv refuses to install this project from source. See astral-sh/uv issue #6419 for more details on the toml stuff.

As an fyi, using project.urls.repository field seems to have no effect on the PyPI listing of the package:

If needed, I can open this up as an issue, as this repository is codegen'ed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant