Files
spec-kit/pyproject.toml
Den Delimarsky 🌺 fbacd0b0df Update version rev
2025-09-20 08:49:44 -07:00

24 lines
514 B
TOML

[project]
name = "specify-cli"
version = "0.0.10"
description = "Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)."
requires-python = ">=3.11"
dependencies = [
"typer",
"rich",
"httpx[socks]",
"platformdirs",
"readchar",
"truststore>=0.10.4",
]
[project.scripts]
specify = "specify_cli:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/specify_cli"]