From 1453ab42945bdea017980e1ae611f6900214a98d Mon Sep 17 00:00:00 2001 From: Lucas PASCAL Date: Tue, 29 Aug 2023 15:22:48 +0200 Subject: [PATCH] [client][fix] Apache License 2.0 has a specific naming for OSI --- client/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/pyproject.toml b/client/pyproject.toml index bea18ff..775ff53 100644 --- a/client/pyproject.toml +++ b/client/pyproject.toml @@ -15,7 +15,7 @@ description = "Ledger Ethereum Python client" readme = { file = "README.md", content-type = "text/markdown" } # license = { file = "LICENSE" } classifiers = [ - "License :: OSI Approved :: Apache License 2.0", + "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9",