File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1+ include optillm.py
12include optillm/plugins/*.py
23include optillm/cepo/*.py
34include optillm/cepo/configs/*.yaml
Original file line number Diff line number Diff line change 22import os
33
44# Version information
5- __version__ = "0.2.0 "
5+ __version__ = "0.2.1 "
66
77# Get the path to the root optillm.py
88spec = util .spec_from_file_location (
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " optillm"
7- version = " 0.2.0 "
7+ version = " 0.2.1 "
88description = " An optimizing inference proxy for LLMs."
99readme = " README.md"
1010license = " Apache-2.0"
@@ -81,4 +81,7 @@ optillm = [
8181 " plugins/*.py" ,
8282 " cepo/*.py" ,
8383 " cepo/configs/*.yaml" ,
84- ]
84+ ]
85+
86+ [tool .setuptools .data-files ]
87+ "" = [" optillm.py" ]
You can’t perform that action at this time.
0 commit comments