💬 Commit message: Update 2026-01-26 09:45:57, 5 files, 18 lines
📁 Files changed: 5 📝 Lines changed: 18 • build.py • check.py • pyproject.toml • tensors.py • uv.lock
This commit is contained in:
+4
-4
@@ -1,5 +1,5 @@
|
||||
[project]
|
||||
name = "sft-get"
|
||||
name = "tensors"
|
||||
version = "0.1.0"
|
||||
description = "Read safetensor metadata and fetch CivitAI model information"
|
||||
readme = "README.md"
|
||||
@@ -11,14 +11,14 @@ dependencies = [
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
sft-get = "sft_get:main"
|
||||
sft = "tensors:main"
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["sft_get.py"]
|
||||
packages = ["tensors.py"]
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
@@ -53,7 +53,7 @@ ignore = [
|
||||
]
|
||||
|
||||
[tool.ruff.lint.isort]
|
||||
known-first-party = ["sft_get"]
|
||||
known-first-party = ["tensors"]
|
||||
|
||||
[tool.mypy]
|
||||
python_version = "3.12"
|
||||
|
||||
Reference in New Issue
Block a user