Skip to content

fix: correct pyproject.toml for arche package#1

Open
hurxxxx wants to merge 2 commits intoGizAI:mainfrom
hurxxxx:fix/pyproject-toml
Open

fix: correct pyproject.toml for arche package#1
hurxxxx wants to merge 2 commits intoGizAI:mainfrom
hurxxxx:fix/pyproject-toml

Conversation

@hurxxxx
Copy link

@hurxxxx hurxxxx commented Feb 3, 2026

Summary

  • Fix pyproject.toml which was incorrectly configured for a different project (browser-host)
  • Set correct package name, version, dependencies, and entry point for arche
  • Enable proper installation via pip install -e .

Changes

  • Package name: browser-hostarche
  • Version: 1.0.00.3.0 (matching src/arche/__init__.py)
  • Dependencies: Added typer, pyyaml, jinja2, claude-agent-sdk
  • Entry point: arche = arche.cli:app
  • Package discovery: where = ["src"], include = ["arche*"]

Test plan

  • pip install -e . installs arche correctly
  • arche --help shows CLI commands
  • arche version returns 0.3.0

🤖 Generated with Claude Code

hurxxxx and others added 2 commits February 3, 2026 19:14
The pyproject.toml was configured for a different project (browser-host).
This commit fixes it to properly install the arche package with:

- Correct package name and version (arche 0.3.0)
- Proper dependencies (typer, pyyaml, jinja2, claude-agent-sdk)
- Correct entry point (arche = arche.cli:app)
- Correct package discovery (src/arche)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant