From a1e71ce11110dda688760d870e8042d0948310fb Mon Sep 17 00:00:00 2001 From: AdamFinkle <77808710+AdamFinkle@users.noreply.github.com> Date: Tue, 25 Jun 2024 21:49:29 -0400 Subject: [PATCH] Removed (v2) from license classifier in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d50a48d..5cfdfc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ authors = [{ name = "Phil Gold", email = "phil_g@pobox.com" }, { name = "Ethan Strominger", email = "ethanstrominger2@gmail.com" }] license = { file = "LICENSE" } classifiers = [ - "License :: OSI Approved :: Apache Software License (v2)", + "License :: OSI Approved :: Apache Software License", "Programming Language :: Python", "Programming Language :: Python :: 3", ]