Skip to content

uvloop wheels don't include libuv LICENSE files #684

Open
@threexc

Description

@threexc

As part of the RISE Project, we are adding builds of various Python modules for riscv64 platforms, including uvloop, in the wheel_builder repository. While building v0.21.0, we noticed that the wheels only contain the LICENSE files for uvloop itself, and not libuv:

(venv) tgamblin@megalith ~/workspace/baylibre/rise/uvloop ((HEAD detached from v0.21.0))$ unzip -l uvloop-0.21.0-cp313-cp313-manylinux_2_34_riscv64.manylinux_2_35_riscv64.whl | grep LICEN
     1105  06-21-2025 14:58   uvloop-0.21.0.dist-info/licenses/LICENSE-MIT
    11439  06-21-2025 14:58   uvloop-0.21.0.dist-info/licenses/LICENSE-APACHE

Was this intentional, or would a PR be helpful?

I've also noticed that the license field in pyproject.toml only specifies MIT, but the project is dual-licensed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions