Skip to content

Commit d7d5175

Browse files
authored
Merge pull request #64 from commit-0/agent
install agent too
2 parents d80a044 + 865e7e6 commit d7d5175

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,19 @@ classifiers = [
2828
"License :: OSI Approved :: MIT License",
2929
]
3030

31+
[project.optional-dependencies]
32+
agent = []
33+
34+
[tool.hatch.build.targets.wheel]
35+
packages = ["commit0", "agent"]
36+
3137
[project.urls]
3238
Homepage = "https://commit-0.github.io/"
3339
Repository = "https://github.com/commit-0/commit0"
3440
Issues = "https://github.com/commit-0/commit0/issues"
3541

3642
[tool.pyright]
37-
include = ["**/commit0"]
43+
include = ["**/commit0", "**/agent"]
3844
ignore = ["**/docs", "**/logs", "**/repos"]
3945
venvPath = "."
4046
venv = ".venv"

0 commit comments

Comments
 (0)