Files
bookbot/pyproject.toml
T

12 lines
186 B
TOML
Raw Normal View History

2026-05-20 11:41:59 -05:00
[project]
name = "bookbot"
version = "0.0.0"
description = "bookbot"
readme = "README.md"
requires-python = ">=3.12"
dependencies = []
2026-05-20 13:45:10 -05:00
[tool.pyright]
include = ["."]
extraPaths = ["."]