Files
spec-kit/pyproject.toml
Den Delimarsky 🌺 28fdfaa869 Initial checkin
2025-08-22 10:06:25 -07:00

22 lines
429 B
TOML

[project]
name = "specify-cli"
version = "0.0.48"
description = "Setup tool for Specify spec-driven development projects"
requires-python = ">=3.11"
dependencies = [
"typer",
"rich",
"httpx",
"platformdirs",
"readchar",
]
[project.scripts]
specify = "specify_cli:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/specify_cli"]