[AUR-424] Setup CLI interface (#25)
* [AUR-424] Setup CLI interface * [AUR-424] fix test_vectorstore:test_query * [AUR-424] exclude examples when setup CLI * [AUR-424] create kh and kh --export * [AUR-426] revise cli by using click.group * Fix dynamic import * [AUR-426] revert the format of import packages * [AUR-426] set argument default * [AUR-426] set click dependencies in setup.py --------- Co-authored-by: trducng <trungduc1992@gmail.com>
This commit is contained in:
7
setup.py
7
setup.py
@@ -26,7 +26,12 @@ setuptools.setup(
|
||||
long_description=read("README.md"),
|
||||
long_description_content_type="text/markdown",
|
||||
url="https://github.com/Cinnamon/kotaemon/",
|
||||
packages=setuptools.find_packages(exclude=("tests", "tests.*")),
|
||||
packages=setuptools.find_packages(
|
||||
exclude=("tests", "tests.*", "examples", "examples.*")
|
||||
),
|
||||
dependencies=[
|
||||
"click >= 8.1.7",
|
||||
],
|
||||
install_requires=[
|
||||
"farm-haystack==1.19.0",
|
||||
"langchain",
|
||||
|
Reference in New Issue
Block a user