I looked for a LICENSE or COPYING file but wasn't able to find one. I checked setup.py and found two contradictory license statements:
license='MIT', in the keyword arguments to setup()
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)" in the classifiers list
Could you please choose one and place the corresponding text in a LICENSE file under the root of the repository?
I looked for a LICENSE or COPYING file but wasn't able to find one. I checked
setup.pyand found two contradictory license statements:license='MIT',in the keyword arguments tosetup()"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)"in the classifiers listCould you please choose one and place the corresponding text in a LICENSE file under the root of the repository?