-
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Parsing the PyPI classifiers is sometimes needed to determine the license.
Example (fastapi):
{
"info": {
// ...
"classifiers": [
// ...
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Typing :: Typed"
// ...
],
// ...
},
// ...
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels