This commit is contained in:
hhh
2024-02-02 22:36:53 +02:00
commit 9cea034fc3
10 changed files with 128 additions and 0 deletions

16
pyproject.toml Normal file
View File

@@ -0,0 +1,16 @@
[tool.poetry]
name = "neko-injector"
version = "0.1.0"
description = ""
authors = ["hhh"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
neko-configparser = {git="https://github.com/nekomatad/neko-configparser"}
#neko-configparser = {path = "../neko-configparser", develop = true}
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"