We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a760cf commit 98c1fbeCopy full SHA for 98c1fbe
pyproject.toml
@@ -3,7 +3,7 @@ requires = ["poetry-core>=1.0.0"]
3
build-backend = "poetry.core.masonry.api"
4
5
[tool.poetry]
6
-name = "camel"
+name = "camel-ai"
7
version = "0.1.1"
8
authors = ["CAMEL-AI.org"]
9
description = "Communicative Agents for AI Society Study"
@@ -18,6 +18,9 @@ keywords = [
18
"natural-language-processing",
19
"large-language-models",
20
]
21
+packages = [
22
+ { include = "camel" },
23
+]
24
license = "Apache License 2.0"
25
homepage = "https://www.camel-ai.org/"
26
repository = "https://github.com/camel-ai/camel"
0 commit comments