Add PyPI README files and MCP resource/prompt tests
- README.md for all three packages (core, TUI, MCP) - pyproject.toml readme field for PyPI rendering - 8 new tests for MCP resources (5) and prompts (3) - Total MCP test coverage: 57 tests, 37 tools + 5 resources + 3 prompts
This commit is contained in:
parent
3ccec3be10
commit
bf72e784d3
8 changed files with 294 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ build-backend = "hatchling.build"
|
|||
name = "birdcage-tui"
|
||||
version = "2026.02.17"
|
||||
description = "Textual TUI for Winegard satellite dish control and amateur radio sky tracking"
|
||||
readme = "README.md"
|
||||
license = "MIT"
|
||||
requires-python = ">=3.11"
|
||||
authors = [{name = "Ryan Malloy", email = "ryan@supported.systems"}]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue