Rename project from travler-rotor to birdcage
The radome looks like a birdcage, ham operators call satellites "birds", and it's a nod to saveitforparts saving dishes "for parts." Package, CLI entry point, class names (BirdcageAntenna), env vars (BIRDCAGE_PORT, etc.), and CLAUDE.md updated. Hardware references (Winegard Trav'ler, Trav'ler Pro, Carryout G2) unchanged.
This commit is contained in:
parent
c010cee282
commit
a2e807f973
9 changed files with 207 additions and 57 deletions
|
|
@ -3,9 +3,9 @@ requires = ["hatchling"]
|
|||
build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "travler-rotor"
|
||||
version = "2025.06.11"
|
||||
description = "Python library for controlling Winegard Trav'ler satellite dishes via RS-485"
|
||||
name = "birdcage"
|
||||
version = "2026.02.12.1"
|
||||
description = "Winegard satellite dish control for amateur radio sky tracking"
|
||||
license = "MIT"
|
||||
requires-python = ">=3.11"
|
||||
authors = [{name = "Ryan Malloy", email = "ryan@supported.systems"}]
|
||||
|
|
@ -15,7 +15,8 @@ dependencies = [
|
|||
]
|
||||
|
||||
[project.scripts]
|
||||
travler-rotor = "travler_rotor.cli:main"
|
||||
birdcage = "birdcage.cli:main"
|
||||
console-probe = "console_probe.cli:main"
|
||||
|
||||
[tool.ruff]
|
||||
target-version = "py311"
|
||||
|
|
@ -25,4 +26,4 @@ src = ["src"]
|
|||
select = ["E", "F", "I", "UP", "B", "SIM"]
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["src/travler_rotor"]
|
||||
packages = ["src/birdcage", "src/console_probe"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue