Skip to content

Commit 5807ca0

Browse files
fix license and add readme
1 parent b4e4458 commit 5807ca0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "commit0"
7-
version = "0.1.0"
7+
version = "0.1.3"
88
description = "A development and evaluation framework for using language models to generate libraries."
9+
readme = "README.md"
910
requires-python = ">=3.10"
1011
dependencies = [
1112
"ruff>=0.6.4",
@@ -26,7 +27,6 @@ scripts = { commit0 = "commit0.__main__:main", agent = "agent.__main__:main" }
2627
classifiers = [
2728
"License :: OSI Approved :: MIT License",
2829
]
29-
license = {file = "LICENSE"}
3030

3131
[project.urls]
3232
Homepage = "https://commit-0.github.io/"

0 commit comments

Comments
 (0)