replace satmachineadmin varieties with satmachineclient; update pyprojec.toml

This commit is contained in:
padreug 2025-06-22 09:56:18 +02:00
parent 5a09c76ba4
commit 9b04d1af6c
15 changed files with 115 additions and 151 deletions

View file

@ -1,8 +1,8 @@
[tool.poetry]
name = "satmachineadmin"
version = "0.0.0"
description = "Eightball is a simple API that allows you to create a random number generator."
authors = ["benarc", "dni <dni@lnbits.com>"]
name = "Satoshi Machine Client"
version = "0.0.1"
description = "This acts as a dashboard for Satoshi Machine Lamassu ATM Liquidity Providers"
authors = ["padreug <padreug@aiolabs.dev>"]
[tool.poetry.dependencies]
python = "^3.10 | ^3.9"