mirror of
https://github.com/github/spec-kit.git
synced 2026-01-30 04:32:02 +00:00
Initial checkin
This commit is contained in:
22
pyproject.toml
Normal file
22
pyproject.toml
Normal file
@@ -0,0 +1,22 @@
|
||||
[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"]
|
||||
Reference in New Issue
Block a user