Rename packages for PyPI: winegard-birdcage + mcbirdcage
Core library published as winegard-birdcage (import stays `birdcage`). MCP server renamed birdcage-mcp → mcbirdcage, matching mcserial pattern. Both packages live on PyPI — `uvx mcbirdcage` works out of the box.
This commit is contained in:
parent
b98a5482fa
commit
5a26dce075
20 changed files with 122 additions and 92 deletions
|
|
@ -10,7 +10,7 @@ license = "MIT"
|
|||
requires-python = ">=3.11"
|
||||
authors = [{name = "Ryan Malloy", email = "ryan@supported.systems"}]
|
||||
dependencies = [
|
||||
"birdcage",
|
||||
"winegard-birdcage",
|
||||
"textual>=1.0.0",
|
||||
]
|
||||
|
||||
|
|
@ -21,7 +21,7 @@ camera = ["Pillow>=10.0", "astropy>=6.0"]
|
|||
birdcage-tui = "birdcage_tui.app:main"
|
||||
|
||||
[tool.uv.sources]
|
||||
birdcage = { path = "..", editable = true }
|
||||
winegard-birdcage = { path = "..", editable = true }
|
||||
|
||||
[tool.ruff]
|
||||
target-version = "py311"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue