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.
2 parents d80a044 + 865e7e6 commit d7d5175Copy full SHA for d7d5175
pyproject.toml
@@ -28,13 +28,19 @@ classifiers = [
28
"License :: OSI Approved :: MIT License",
29
]
30
31
+[project.optional-dependencies]
32
+agent = []
33
+
34
+[tool.hatch.build.targets.wheel]
35
+packages = ["commit0", "agent"]
36
37
[project.urls]
38
Homepage = "https://commit-0.github.io/"
39
Repository = "https://github.com/commit-0/commit0"
40
Issues = "https://github.com/commit-0/commit0/issues"
41
42
[tool.pyright]
-include = ["**/commit0"]
43
+include = ["**/commit0", "**/agent"]
44
ignore = ["**/docs", "**/logs", "**/repos"]
45
venvPath = "."
46
venv = ".venv"
0 commit comments