start cases
This commit is contained in:
16
setup.py
16
setup.py
@@ -14,9 +14,15 @@ setup(
|
||||
'pytest',
|
||||
'pywebview',
|
||||
],
|
||||
# entry_points={
|
||||
# 'console_scripts': [
|
||||
# 'chatbug=chatbug.app:main',
|
||||
# ],
|
||||
# },
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
'chatbug=chatbug.llama:main_func',
|
||||
# a^ b^ c^ d^
|
||||
# a => the command line argument
|
||||
# b => the package name
|
||||
# c => the file name in the package (same as imports)
|
||||
# d => the function to call
|
||||
'chatbugui=chatbug.ui.__main__:start_ui',
|
||||
],
|
||||
},
|
||||
)
|
||||
Reference in New Issue
Block a user