Closed kmosiejczuk closed 4 years ago
The LGPLv3 only applies to the wrapper code not to the original library which has its own license.
That may be your intention, but your Github and PyPI both just say the whole thing is LGPLv3. At the very least, it is going to lead to confusion and some folks violating the library's license.
I was reviewing this project for someone else and noticed that the bundled triangle library license ( https://github.com/drufat/triangle/blob/master/c/README ) is a non-commercial license that isn't compatible with LGPLv3. You should probably (at minimum), change your license file to reflect that the library part isn't licensed as LGPLv3.