From 4616b310d0294439641a16d855d2214fbab33012 Mon Sep 17 00:00:00 2001 From: mrjk Date: Fri, 11 Feb 2022 12:38:10 -0500 Subject: [PATCH] Change: Project license --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 916094e..6a7050f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,9 @@ [tool.poetry] name = "kheops" version = "0.1.0" -description = "Data trees for Ansible" +description = "Hierarchical key/value store" authors = ["Robin Cordier"] -license = "GNU" +license = "Apache License" [tool.poetry.dependencies] python = "^3.8"