mbcp/pyproject.toml

29 lines
500 B
TOML
Raw Normal View History

2024-08-27 21:39:36 +08:00
[project]
name = "mbcp"
version = "0.1.0"
description = "A tool for Minecraft particle production"
authors = [
{name = "snowykami", email = "snowykami@outlook.com"},
]
dependencies = [
"pytest~=8.3.2",
"numpy~=2.0.1",
"liteyukibot>=6.3.9",
]
requires-python = ">=3.10"
readme = "README.md"
license = {text = "MIT"}
[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"
[tool.pdm]
distribution = true
[tool.pdm.dev-dependencies]
dev = [
"translate>=3.6.1",
]