The LICENSE file currently lists the pyrevolve license as: ``` Eclipse Public License, Version 1.0 (EPL-1.0) ``` However, `setup.py` states the license as MIT: https://github.com/devitocodes/pyrevolve/blob/master/setup.py#L64C4-L64C22 which means that the metadata on PyPI states the project is MIT licensed. What is the correct license?
The LICENSE file currently lists the pyrevolve license as:
However,
setup.pystates the license as MIT:https://github.com/devitocodes/pyrevolve/blob/master/setup.py#L64C4-L64C22
which means that the metadata on PyPI states the project is MIT licensed.
What is the correct license?