refactor: rename extension identity to spirekeeper
Fork of satmachineadmin's v2-bitspire line into its own repo. Renames
both identifiers so this extension is fully independent of the original
satmachineadmin install (which remains in service):
- extension id satmachineadmin -> spirekeeper
(router prefix, static path/static_url_for, module symbols, task
names, templates dir, config/manifest paths)
- database name satoshimachine -> spirekeeper
(Database(ext_spirekeeper), all schema-qualified table refs)
Also resets versioning to 0.1.0, sets the display name + manifest to
spirekeeper/aiolabs, and fixes the placeholder pyproject description.
Historical aiolabs/satmachineadmin#N issue references in comments are
left pointing at the original repo where those issues live.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
9c4d2c1324
commit
a059e3f596
22 changed files with 242 additions and 242 deletions
|
|
@ -1,7 +1,7 @@
|
|||
[tool.poetry]
|
||||
name = "satmachineadmin"
|
||||
version = "0.0.4"
|
||||
description = "Eightball is a simple API that allows you to create a random number generator."
|
||||
name = "spirekeeper"
|
||||
version = "0.1.0"
|
||||
description = "bitSpire admin — Lightning DCA + Lamassu ATM operator administration for LNbits"
|
||||
authors = ["benarc", "dni <dni@lnbits.com>"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue