mirror of
https://github.com/HKUDS/AutoAgent
synced 2026-04-21 15:47:56 +00:00
update
This commit is contained in:
parent
7d14ae2e7a
commit
d85d99659b
1 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
[metadata]
|
||||
name = metachain
|
||||
name = autoagent
|
||||
version = 0.1.0
|
||||
author = jiabintang
|
||||
description = dynamic agentic framework.
|
||||
|
|
@ -11,7 +11,7 @@ license = MIT
|
|||
package_dir =
|
||||
= .
|
||||
packages =
|
||||
metachain
|
||||
autoagent
|
||||
zip_safe = True
|
||||
include_package_data = True
|
||||
install_requires =
|
||||
|
|
@ -69,7 +69,7 @@ python_requires = >=3.10
|
|||
|
||||
[options.entry_points]
|
||||
console_scripts =
|
||||
mc = metachain.cli:cli
|
||||
mc = autoagent.cli:cli
|
||||
[tool.autopep8]
|
||||
max_line_length = 120
|
||||
ignore = E501,W6
|
||||
|
|
|
|||
Loading…
Reference in a new issue