Files
neko-run-controller-std/pyproject.toml
2025-01-04 11:55:47 +02:00

15 lines
266 B
TOML

[tool.poetry]
name = "neko-run-controller-std"
version = "0.1.0"
description = ""
authors = ["hhh <h@localhost>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"