mirror of
https://github.com/Refound-445/nonebot-plugin-nailongremove.git
synced 2025-09-27 02:49:17 +08:00
17 lines
279 B
TOML
17 lines
279 B
TOML
[project]
|
|
name = "nailong-workspace-scripts"
|
|
version = "0"
|
|
requires-python = "<4.0,>=3.9"
|
|
dependencies = []
|
|
license = { text = "MIT" }
|
|
|
|
[tool.pdm.dev-dependencies]
|
|
dev = []
|
|
|
|
[build-system]
|
|
requires = ["pdm-backend"]
|
|
build-backend = "pdm.backend"
|
|
|
|
[tool.pdm]
|
|
distribution = false
|