Skip to content

Commit 98c1fbe

Browse files
committed
Change package name to camel-ai
1 parent 7a760cf commit 98c1fbe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["poetry-core>=1.0.0"]
33
build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
6-
name = "camel"
6+
name = "camel-ai"
77
version = "0.1.1"
88
authors = ["CAMEL-AI.org"]
99
description = "Communicative Agents for AI Society Study"
@@ -18,6 +18,9 @@ keywords = [
1818
"natural-language-processing",
1919
"large-language-models",
2020
]
21+
packages = [
22+
{ include = "camel" },
23+
]
2124
license = "Apache License 2.0"
2225
homepage = "https://www.camel-ai.org/"
2326
repository = "https://github.com/camel-ai/camel"

0 commit comments

Comments
 (0)