Revolt-Bot/pyproject.toml

20 lines
358 B
TOML
Raw Normal View History

2024-07-15 22:47:25 +02:00
[project]
name = "pluralcakepy"
version = "0.1.0"
description = "Default template for PDM package"
authors = [
{name = "cake", email = "cake@cakey.me"},
]
dependencies = [
"revolt-py>=0.2.0",
"aiohttp>=3.8.6",
"peewee>=3.17.6",
]
requires-python = "==3.11.*"
readme = "README.md"
license = {text = "AGPLv3"}
[tool.pdm]
distribution = false