Currently, the software license for this project exists only as a standalone file and is not declared within the Python package metadata or classifiers. As a result, when the Cymple package is used as a dependency in other Python projects, its license is reported as UNKNOWN during automated license checks.
To resolve this, this PR updates the pyproject.toml to explicitly declare the license as MIT. This ensures accurate license detection and compliance when Cymple is consumed by downstream projects.
Currently, the software license for this project exists only as a standalone file and is not declared within the Python package metadata or classifiers. As a result, when the
Cymplepackage is used as a dependency in other Python projects, its license is reported asUNKNOWNduring automated license checks.To resolve this, this PR updates the
pyproject.tomlto explicitly declare the license asMIT. This ensures accurate license detection and compliance whenCympleis consumed by downstream projects.