Skip to content

Commit 4682976

Browse files
committed
Update setup.py
1 parent 0fdf9d1 commit 4682976

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

setup.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
name="optillm",
55
version="0.0.1",
66
packages=find_packages(),
7+
py_modules=['optillm'],
78
install_requires=[
89
"numpy",
910
"networkx",
@@ -27,6 +28,11 @@
2728
"ipython",
2829
"ipykernel",
2930
],
31+
entry_points={
32+
'console_scripts': [
33+
'optillm=optillm:main', # Points directly to the main function in optillm.py
34+
],
35+
},
3036
author="codelion",
3137
author_email="[email protected]",
3238
description="An optimizing inference proxy for LLMs.",

0 commit comments

Comments
 (0)