-
-
Notifications
You must be signed in to change notification settings - Fork 275
Open
Labels
bugSomething isn't workingSomething isn't working
Description
As discovered here, it seems like Python package's can have different structures depending on how they were packaged/built.
For example, on my macOS development machine, installing MarkupSafe==3.0.2, results in the the license file to be located at:
venv/lib/python3.9/site-packages/MarkupSafe-3.0.2.dist-info/LICENSE.txt
However, on a Raspberry Pi device, installing MarkupSafe==3.0.2, results in the the license file to be located at:
venv/lib/python3.9/site-packages/markupsafe-3.0.2.dist-info/licenses/LICENSE.txt
I suspect these differences stem from how the package is built for multiple different architectures.
As a temporary workaround, we can try link to the package's online license file.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working