Initial commit
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user