Skip to content

Missing license file in pymsalruntime wheel #829

Description

I'm opening this issue here as, to the best of my knowledge, there is no public repository for pymsalruntime. If there is a better place to raise this issue, please let me and and I'll happily move it.

There is no separate license file in the pymsalruntime wheel files, only a license classifier.

Here an example for the v0.18.1 Python 3.13 manylinux wheel:

$ curl -o pymsalruntime.whl https://files.pythonhosted.org/packages/82/48/7ce57351f7267b42d59e928a2656138c27c73dd27c869b5b8df7660deeda/pymsalruntime-0.18.1-cp313-cp313-manylinux_2_35_x86_64.whl
$ unzip pymsalruntime.whl -d pymsalruntime
$ cd pymsalruntime
# License defined as MIT.
$ grep -i '^license\|^classifier: license' pymsalruntime-0.18.1.dist-info/METADATA
License: MIT
Classifier: License :: OSI Approved :: MIT License
# But no license file included.
$ ls -lha pymsalruntime-0.18.1.dist-info/
total 28K
drwxr-xr-x 1 root root  64 Mar 13 09:20 .
drwxr-xr-x 1 root root 122 Jun  9 07:15 ..
-rw-r--r-- 1 root root 380 Mar 13 09:20 METADATA
-rw-rw-r-- 1 root root 15K Mar 13 09:20 RECORD
-rw-r--r-- 1 root root 113 Mar 13 09:20 WHEEL
-rw-r--r-- 1 root root  14 Mar 13 09:20 top_level.txt

Please add a license file to the wheel file.

Ref.: conda-forge/staged-recipes#30279
Ref.: #811

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions