19 lines
366 B
TOML
19 lines
366 B
TOML
[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", "esrgan"]
|
|
|
|
[project.scripts]
|
|
hdzero = "hdzero:main"
|
|
realesrgan = "esrgan:main"
|