Tinche / aiofiles

File support for asyncio
Apache License 2.0
2.66k stars 150 forks source link

Incorrect license type in package metadata #106

Closed claws closed 3 years ago

claws commented 3 years ago

I have a CI step which checks for acceptable licences. Aiofiles seems to have recently (not exactly sure when) changed its reported licence from Apache 2 to Other/Proprietary. This can be seen on the aiofiles PyPI page.

Apache 2 is listed in the pyproject.toml file which seems correct but perhaps there is some issue in matching an expected field name or certain licence type that results in a different licence being found by PyPI and my CI licence checking step .

Tinche commented 3 years ago

Fixed recently: https://github.com/Tinche/aiofiles/commit/3a66417d89e204aa7fa424b39b858126412e4d3c

I guess I need to re-release since it's breaking people :)