From 28223bf5596ed770efa98ad8bfbc26f5bd838053 Mon Sep 17 00:00:00 2001 From: Ben Jeffery Date: Tue, 30 Apr 2024 17:55:28 +0100 Subject: [PATCH] Fix license classifier --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2abb099..8f1f046 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ requires-python = ">=3.9" classifiers = [ "Development Status :: 3 - Alpha", - "License :: OSI Approved :: Apache, Software License", + "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Intended Audience :: Science/Research", "Programming Language :: Python",