stable-diffusion-webui-forge/RamTorch/pyproject.toml
2025-09-19 09:22:07 -07:00

19 lines
499 B
TOML

[build-system]
requires = ["setuptools>=45", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "RamTorch"
version = "0.1.1"
authors = [{name = "Lodestone", email = "lodestone.rock@gmail.com"}]
description = "RAM is All You Need"
readme = "README.md"
license = {text = "Apache-2.0"}
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
]
[project.urls]
Homepage = "https://github.com/lodestone-rock/RamTorch"