Skip to content

Commit 8f2dc63

Browse files
authored
Added ray config to distribution (#103)
1 parent a1e9fa8 commit 8f2dc63

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ def default_setup_args(*, version):
6767
package_data={
6868
AUTOGLUON: [
6969
"LICENSE",
70-
]
70+
],
71+
'autogluon.cloud': ['default_cluster_configs/*.yaml'],
7172
},
7273
classifiers=[
7374
"Development Status :: 4 - Beta",

src/autogluon/cloud/default_cluster_configs/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)