8 lines
135 B
TOML
8 lines
135 B
TOML
[project]
|
|
name = "bookbot"
|
|
version = "0.0.0"
|
|
description = "bookbot"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = []
|