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.