Update setup.py

This commit is contained in:
Saifeddine ALOUI 2024-01-16 09:46:52 +01:00 committed by GitHub
parent debb1a631d
commit 0ca483fef0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ setuptools.setup(
entry_points={
'console_scripts': [
'ollama_proxy_server = ollama_proxy_server.main:main',
'ollama_proxy_add_user = ollama_proxy_server.add_user:main',
],
},
extras_require={"dev": requirements_dev},