njzjz / nodejs-wheel

Unoffical Node.js wheels, `pip install nodejs-wheel`
https://pypi.org/project/nodejs-wheel/
MIT License
8 stars 5 forks source link

Update License Info with Well-known MIT Classifier #80

Closed macserv closed 1 week ago

macserv commented 1 week ago

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.

njzjz commented 1 week ago

While I don't oppose this PR as a workaround for your system, I want to point out that the license classifiers have been deprecated in PEP 639.

macserv commented 1 week ago

While I don't oppose this PR as a workaround for your system, I want to point out that the license classifiers have been deprecated in PEP 639.

That's a really good catch... I'll make sure that our systems are compliant with that change.