It is currently license = "NoLicense" but afaict this repo only has one LICENSE and it is an MIT variant.
Since your MIT license is modified it probably needs to be like this
[project]
license = "LicenseRef-InfisicalSDK-Modified-MIT"
license-files = ["LICENSE"]
https://packaging.python.org/en/latest/specifications/pyproject-toml/#license
https://packaging.python.org/en/latest/specifications/license-expression/
The "InfisicalSDK-Modified-MIT" part is only my suggestion and can be any name following the spec
It is currently
license = "NoLicense"but afaict this repo only has one LICENSE and it is an MIT variant.Since your MIT license is modified it probably needs to be like this
https://packaging.python.org/en/latest/specifications/pyproject-toml/#license
https://packaging.python.org/en/latest/specifications/license-expression/
The "InfisicalSDK-Modified-MIT" part is only my suggestion and can be any name following the spec