From dea12a551a39c0accd0ea98d2b4db610ca756056 Mon Sep 17 00:00:00 2001 From: openhands Date: Fri, 27 Sep 2024 21:55:36 +0000 Subject: [PATCH] Fix issue #70: Fix pyproject.toml to mention the MIT license --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 097efa9..2e5813b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "github-resolver" version = "0.1.0" description = "OpenHands Issue Resolver" authors = ["All Hands AI"] -license = "Proprietary" +license = "MIT" readme = "README.md" repository = "https://github.com/All-Hands-AI/github-resolver" include = ["poetry.lock"]