mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-09-07 08:26:06 +00:00
build(experiencemaker): add FlowLLM dependency and update package data- Add FlowLLM as a dependency (version >= 0.1.3)
- Update package data to include all YAML files in the config directory
This commit is contained in:
parent
2fdb51ff5e
commit
b2ac7cb6ca
1 changed files with 3 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ classifiers = [
|
|||
]
|
||||
|
||||
dependencies = [
|
||||
|
||||
"flowllm>=0.1.3",
|
||||
]
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
|
|
@ -28,7 +28,8 @@ exclude = ["memoryscope*"]
|
|||
|
||||
[tool.setuptools.package-data]
|
||||
experiencemaker = [
|
||||
"config/*.yaml",
|
||||
"config/*.yaml",
|
||||
"**/*.yaml",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue