Skip to content

fix(ci): add package-level README - #62

Merged
ATaylorAerospace merged 1 commit into
mainfrom
claude/refactor-hohmannhet-trilang-WisC3
Jun 6, 2026
Merged

fix(ci): add package-level README #62
ATaylorAerospace merged 1 commit into
mainfrom
claude/refactor-hohmannhet-trilang-WisC3

Conversation

@ATaylorAerospace

Copy link
Copy Markdown
Owner

add package-level README

Author: A Taylor

The Python CI job failed at the `pip install -e ".[dev]"` step with
"Readme file does not exist: README.md". pyproject.toml declares
`readme = "README.md"`, but Hatchling resolves that relative to the
python/ project directory, where no README existed (the documentation
lives at the repository root).

Adds python/README.md, a concise package-level readme matching the
project emoji style with no em dashes, so metadata generation is
self-contained. The editable install now succeeds and the full pytest
suite (86 tests) runs via the exact CI steps:

    cd python && pip install -e ".[dev]" && pytest tests/ -v

This also restores the 3.10 / 3.11 / 3.12 matrix, which had been
cancelled when the 3.11 install failed.

Author: A Taylor | Ref: Vallado/Curtis

https://claude.ai/code/session_01DCfSAwoDEqp6HyJfcse5fH
@ATaylorAerospace
ATaylorAerospace merged commit 1373a9a into main Jun 6, 2026
4 checks passed
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