ReviewLlama/pyproject.toml

22 lines
427 B
TOML
Raw Normal View History

[project]
name = "reviewllama"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
authors = [
{ name = "Alex Selimov", email = "alex@alexselimov.com" }
]
requires-python = ">=3.13"
dependencies = [
2025-06-09 21:54:37 -04:00
"gitpython>=3.1.44",
"pytest>=8.4.0",
"rich>=14.0.0",
]
[project.scripts]
reviewllama = "reviewllama:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"