Skip to content

Commit 2626f0e

Browse files
authored
Merge pull request #20 from HaripreethAvarur/main
editing toml
2 parents 2c4f5e9 + a30d524 commit 2626f0e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pyproject.toml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
[tool.poetry]
2-
name = "pymas"
2+
name = "maslibpy"
33
version = "0.1.0"
44
description = "Multiagent Framework"
5-
authors = ["[email protected]"]
5+
authors = ["Bayes Labs", "[email protected]"]
66
readme = "README.md"
77

88
package-mode = true
99
packages = [
10-
{ include = "pymas" }
10+
{ include = "maslibpy" }
1111
]
1212

1313
[tool.poetry.dependencies]
1414
python = "^3.10"
1515
pydantic = "^2.10.4"
1616
litellm = "^1.57.2"
17-
ipykernel = "^6.29.5"
1817

1918
[build-system]
2019
requires = ["poetry-core"]

0 commit comments

Comments
 (0)