From 6714252355ba618e2cc2969cdf327a4604e25e47 Mon Sep 17 00:00:00 2001 From: Christian Weymann Date: Mon, 7 Nov 2022 11:44:41 +0100 Subject: [PATCH] Use valid licence registry identifier for Apache-2.0 licence --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index da7367f..fb4f52a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ name = "pathable" version = "0.4.3" description = "Object-oriented paths" authors = ["Artur Maciag "] -license = "Apache License, Version 2.0" +license = "Apache-2.0" readme = "README.rst" repository = "https://github.com/p1c2u/pathable" keywords = ["dict", "dictionary", "list", "lookup", "path", "pathable"]