This commit is contained in:
hhh
2025-01-04 11:55:47 +02:00
commit 3eb13a369b
7 changed files with 112 additions and 0 deletions

14
pyproject.toml Normal file
View File

@@ -0,0 +1,14 @@
[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"