Init repo

This commit is contained in:
2025-09-02 00:02:34 +02:00
commit 1903a9fe4d
9 changed files with 977 additions and 0 deletions

25
pyproject.toml Normal file
View File

@@ -0,0 +1,25 @@
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "mu5001tool"
version = "0.0.1"
authors = [
{ name="clerie", email="hallo@clerie.de" },
]
description = ""
readme = "README.md"
license = { file="LICENSE" }
requires-python = ">=3.11"
dependencies = [
"requests",
]
[project.scripts]
mu5001tool = "mu5001tool:__main__.main"
[project.urls]
"Source" = "https://git.clerie.de/clerie/mu5001tool"