13 lines
255 B
TOML
13 lines
255 B
TOML
[project]
|
|
name = "kerlossal"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.9"
|
|
dependencies = [
|
|
"botclient",
|
|
]
|
|
|
|
[tool.uv.sources]
|
|
botclient = { git = "https://github.com/spikelynch/botclient" }
|