From e5df0a8856c33dab59280f36841f68ca9cf5e37d Mon Sep 17 00:00:00 2001 From: agardnerit Date: Sun, 2 Oct 2022 11:54:40 +1000 Subject: [PATCH] fix license to allow pypi upload Signed-off-by: agardnerit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index de27186..bbdf61e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ readme = "README.md" authors = [{ name = "Open Feature", email = "opensource@dynatrace.com" }] license = { file = "LICENSE" } classifiers = [ - "License :: OSI Approved :: Apache", + "License :: OSI Approved :: Apache Software License", "Programming Language :: Python", "Programming Language :: Python :: 3", ]