Skip to content

Commit 02c314d

Browse files
authored
Merge pull request #68 from commit-0/agent
Agent pyproject
2 parents 80ba935 + 0a39487 commit 02c314d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

pyproject.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,20 @@ dependencies = [
2323
"gitpython>=3.1.43",
2424
"pytest>=8.3.3",
2525
]
26-
scripts = { commit0 = "commit0.__main__:main", agent = "agent.__main__:main" }
2726
classifiers = [
2827
"License :: OSI Approved :: MIT License",
2928
]
3029

31-
[project.optional-dependencies]
32-
agent = []
30+
[project.scripts]
31+
commit0 = "commit0.__main__:main"
32+
agent = "agent.__main__:main"
3333

3434
[tool.hatch.build.targets.wheel]
3535
packages = ["commit0", "agent"]
3636

37+
[project.optional-dependencies]
38+
agent = []
39+
3740
[project.urls]
3841
Homepage = "https://commit-0.github.io/"
3942
Repository = "https://github.com/commit-0/commit0"

0 commit comments

Comments
 (0)