-
-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
When checking my dependencies with "liccheck" (version 0.9.2), I obtain
gathering licenses...
69 packages.
check authorized packages...
68 packages.
check unknown packages...
1 package.
streamlit-oauth (0.1.14): UNKNOWN
The MIT license seems to be missing somewhere in the artifact.
Personally, I also had this issue with pypi uploads (using a pyproject.toml). I circumvented this by explicitly writing the license name because no attempt (LICENSE, LICENSE.md) was successful.
What about hardcoding
license='mit'
in setup.py?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels