From 6f8324e1559863e9085e438b1dfabbe750076a8d Mon Sep 17 00:00:00 2001 From: Fernando Brito Date: Fri, 26 May 2023 15:22:24 +0200 Subject: [PATCH] fix: PyPI classifier --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 179e2f4..ba07c94 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ license="Apache License, Version 2.0", classifiers=[ "Development Status :: 3 - Alpha", - "License :: OSI Approved :: Apache Software License 2.0 (Apache-2.0)", + "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3 :: Only",