Skip to content

Commit 9354993

Browse files
authored
Include k8s yaml files in pip package (#286)
1 parent 66f4aca commit 9354993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clipper_admin/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"clipper_admin", "clipper_admin.docker", "clipper_admin.kubernetes",
2424
"clipper_admin.deployers"
2525
],
26-
package_data={'clipper_admin': ['*.txt']},
26+
package_data={'clipper_admin': ['*.txt', '*/*.yaml']},
2727
keywords=['clipper', 'prediction', 'model', 'management'],
2828
install_requires=[
2929
'requests',

0 commit comments

Comments
 (0)