I am currently unable to utilize nodejs-wheel-binaries at my place of work because the (industry-standard) managed system we use to procure external code can not identify the license type.
This change replaces the current license property with the registered classifier for the MIT License, ensuring that it will be parsed properly by managed procurement tools like ours.
Update license data in pyproject.toml, replacing license property with the License :: OSI Approved :: MIT License entry in classifiers.
I am currently unable to utilize
nodejs-wheel-binaries
at my place of work because the (industry-standard) managed system we use to procure external code can not identify the license type.This change replaces the current license property with the registered classifier for the MIT License, ensuring that it will be parsed properly by managed procurement tools like ours.
pyproject.toml
, replacinglicense
property with theLicense :: OSI Approved :: MIT License
entry inclassifiers
.