LICENSE file says GPL-2.0, but `setup.py` has it as MIT: ```py classifiers=[ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ] ``` Which one should it be packaged under?