Skip to content

Commit 9004242

Browse files
committed
Update setup.py
include yaml files in the package for config
1 parent 3a71484 commit 9004242

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
py_modules=['optillm'],
88
package_data={
99
'optillm': ['plugins/*.py'], # Include plugin files
10+
'optillm': ['cepo/configs/*.yaml'], # Include yaml files in the package
1011
},
1112
include_package_data=True, # This is important
1213
install_requires=[

0 commit comments

Comments
 (0)