-
Notifications
You must be signed in to change notification settings - Fork 6
Labels
Description
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?