12 lines
186 B
TOML
12 lines
186 B
TOML
[project]
|
|
name = "bookbot"
|
|
version = "0.0.0"
|
|
description = "bookbot"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = []
|
|
|
|
[tool.pyright]
|
|
include = ["."]
|
|
extraPaths = ["."]
|