Skip to content

Commit ab4a0f2

Browse files
committed
Update setup.py
1 parent 9f482a8 commit ab4a0f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
setup(
2828
name='codeflare-pipelines',
2929
version='1.0.0',
30-
packages=['codeflare', 'codeflare.pipelines'],
30+
packages=['codeflare', 'codeflare.pipelines', 'codeflare.pipelines.tests'],
3131
install_requires=[
3232
'ray[default,serve,k8s]>=1.3.0'
3333
],

0 commit comments

Comments
 (0)