💬 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:
Adam Ladachowski
2026-01-26 09:45:57 +01:00
parent 65d80c5eb5
commit 0ee55a9db5
5 changed files with 9 additions and 9 deletions
+4 -4
View File
@@ -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"