Browse Source

パッケージ化

main
みてるぞ 1 month ago
parent
commit
6ff53e7b1e
1 changed files with 14 additions and 0 deletions
  1. +14
    -0
      pyproject.toml

+ 14
- 0
pyproject.toml View File

@@ -0,0 +1,14 @@
[tool.poetry]
name = "nizika-ai"
version = "0.1.0"
description = ""
authors = ["miteruzo <miteruzo@naver.com>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"


[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

Loading…
Cancel
Save