Initial commit

This commit is contained in:
2026-04-05 17:19:06 +02:00
commit b622786943
6 changed files with 337 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
[project]
name = "recscripts"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = ["rich"]
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[tool.setuptools]
py-modules = ["hdzero"]
[project.scripts]
hdzero = "hdzero:main"