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 80ba935 + 0a39487 commit 02c314dCopy full SHA for 02c314d
pyproject.toml
@@ -23,17 +23,20 @@ dependencies = [
23
"gitpython>=3.1.43",
24
"pytest>=8.3.3",
25
]
26
-scripts = { commit0 = "commit0.__main__:main", agent = "agent.__main__:main" }
27
classifiers = [
28
"License :: OSI Approved :: MIT License",
29
30
31
-[project.optional-dependencies]
32
-agent = []
+[project.scripts]
+commit0 = "commit0.__main__:main"
+agent = "agent.__main__:main"
33
34
[tool.hatch.build.targets.wheel]
35
packages = ["commit0", "agent"]
36
37
+[project.optional-dependencies]
38
+agent = []
39
+
40
[project.urls]
41
Homepage = "https://commit-0.github.io/"
42
Repository = "https://github.com/commit-0/commit0"
0 commit comments