Skip to content

Commit f7039af

Browse files
committed
🐛 fix:
1 parent 8e36a02 commit f7039af

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include agent/templates/*.yml
1+
include agent/hub/*.yml

agent/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
1616
#
1717

18-
__version__ = '0.1.2'
18+
__version__ = '0.1.3'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def readme():
3636
keywords=['LLM', 'deep learning', 'MLOps', 'shell', 'neural networks'],
3737
packages=find_packages(),
3838
package_data={
39-
'data': ['agent/hub/cloud.yml', 'agent/hub/data.yml', 'agent/hub/plan.yml', 'agent/hub/task.yml']
39+
'metadata': ['agent/hub/*.yml']
4040
},
4141
entry_points={
4242
"console_scripts": [

0 commit comments

Comments
 (0)