Browse Source

pyproject.toml の位置修正

main
みてるぞ 1 month ago
parent
commit
2c114afea7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pyproject.toml

+ 1
- 1
pyproject.toml View File

@@ -3,7 +3,7 @@ name = "nizika-ai"
version = "0.1.0" version = "0.1.0"
description = "" description = ""
authors = ["miteruzo <miteruzo@naver.com>"] authors = ["miteruzo <miteruzo@naver.com>"]
packages = [{ include = "." }]
packages = [{ include = "__init__.py" }]


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


Loading…
Cancel
Save