8000 Remove console script · coderonion/llama-cpp-python@09707f5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 09707f5

Browse files
committed
Remove console script
1 parent 930db37 commit 09707f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
license="MIT",
1717
package_dir={"llama_cpp": "llama_cpp", "llama_cpp.server": "llama_cpp/server"},
1818
packages=["llama_cpp", "llama_cpp.server"],
19-
entry_points={"console_scripts": ["llama_cpp.server=llama_cpp.server:main"]},
2019
install_requires=[
2120
"typing-extensions>=4.5.0",
2221
"pydantic==1.10.7",

0 commit comments

Comments
 (0)
0