Summary
pyproject.toml line 10 declares license = "MIT" but the intended license is Apache 2.0. Additionally, no LICENSE file exists in the repository root — GitHub shows licenseInfo: null.
Fix
- Change
pyproject.toml line 10 from license = "MIT" to license = "Apache-2.0"
- Add a
LICENSE file with the Apache License 2.0 text to the repository root
Files
pyproject.toml:10
LICENSE (new file)
Summary
pyproject.tomlline 10 declareslicense = "MIT"but the intended license is Apache 2.0. Additionally, no LICENSE file exists in the repository root — GitHub showslicenseInfo: null.Fix
pyproject.tomlline 10 fromlicense = "MIT"tolicense = "Apache-2.0"LICENSEfile with the Apache License 2.0 text to the repository rootFiles
pyproject.toml:10LICENSE(new file)