[AUR-361] Setup pre-commit, pytest, GitHub actions, ssh-secret (#3)

Co-authored-by: trducng <trungduc1992@gmail.com>
This commit is contained in:
ian_Cin
2023-08-30 07:22:01 +07:00
committed by GitHub
parent c3c25db48c
commit 5241edbc46
19 changed files with 268 additions and 54 deletions

View File

@@ -41,9 +41,8 @@ setuptools.setup(
"flake8",
"sphinx",
"coverage",
# optional dependency needed for test
"openai"
"openai",
],
},
entry_points={"console_scripts": ["kh=kotaemon.cli:main"]},