fix(codex-lens): resolve installation issues from frontend

- Add missing README.md file required by setuptools
- Fix deprecated license format in pyproject.toml (use SPDX string instead of TOML table)
- Add MIT LICENSE file for proper packaging
- Verified successful local installation and import

Fixes permission denied error during npm-based installation on macOS
This commit is contained in:
catlog22
2026-01-24 14:43:39 +08:00
parent 86d469ccc9
commit cf5fecd66d
3 changed files with 81 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ version = "0.1.0"
description = "CodexLens multi-modal code analysis platform"
readme = "README.md"
requires-python = ">=3.10"
license = { text = "MIT" }
license = "MIT"
authors = [
{ name = "CodexLens contributors" }
]