Files
pike 384000f78f
unit / test (push) Failing after 3s
feat: add opencode factory core
2026-08-03 19:59:37 +00:00

23 lines
559 B
TOML

[build-system]
requires = ["hatchling>=1.27"]
build-backend = "hatchling.build"
[project]
name = "sssf-opencode"
version = "0.1.0"
description = "deterministic software factory workflows for OpenCode"
readme = "README.md"
requires-python = ">=3.11"
license = { text = "MIT" }
authors = [{ name = "sssf-opencode contributors" }]
classifiers = [
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
]
[project.scripts]
sssf-opencode = "sssf_opencode.cli:main"
[tool.hatch.build.targets.wheel]
packages = ["src/sssf_opencode"]