From 8ae1e3eca3c3a08368f4c9fcb61bac83459aab65 Mon Sep 17 00:00:00 2001 From: Purnendu Chakraborty Date: Tue, 7 May 2024 19:59:49 -0500 Subject: [PATCH] Updated pyproject.toml --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f2ec02b3..dd994ea5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,8 +3,9 @@ name = "mepo" version = "2.0.0" description = "A tool for managing (m)ultiple r(epo)s" authors = ["GMAO SI Team "] -license = "LICENSE" +license = "Apache-2.0" readme = "README.md" +repository = "https://github.com/GEOS-ESM/mepo.git" [tool.poetry.dependencies] python = "^3.9"