Skip to content

Commit f0a231a

Browse files
committed
update setup.py
1 parent 89eef8c commit f0a231a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

optillm/cepo/__init__.py

Whitespace-only changes.

setup.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@
66
packages=find_packages(),
77
py_modules=['optillm'],
88
package_data={
9-
'optillm': ['plugins/*.py'], # Include plugin files
10-
'optillm': ['cepo/configs/*.yaml'], # Include yaml files in the package
9+
'optillm': [
10+
'plugins/*.py', # Include plugin files
11+
'cepo/*.py', # Include cepo module Python files
12+
'cepo/configs/*.yaml', # Include yaml files
13+
],
1114
},
1215
include_package_data=True, # This is important
1316
install_requires=[

0 commit comments

Comments
 (0)