13 lines
268 B
TOML
13 lines
268 B
TOML
[project]
|
|
name = "nonebot_plugin_competition_rank"
|
|
version = "0.1"
|
|
description = "Default template for PDM package"
|
|
authors = [
|
|
{name = "Fiber", email = "leaf@airo.cc"},
|
|
]
|
|
dependencies = []
|
|
requires-python = ">=3.12"
|
|
readme = "README.md"
|
|
license = {text = "MIT"}
|
|
|