mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-11 02:33:51 +08:00
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:
@@ -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" }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user