From 7fd7a267b1c6b8192647a2a60041660c4d52d469 Mon Sep 17 00:00:00 2001 From: Angus Hollands Date: Tue, 28 May 2024 13:28:12 +0100 Subject: [PATCH] FIX: remove incorrect license classifier (#603) --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f9893bca..637486b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,6 @@ classifiers = [ "Development Status :: 5 - Production/Stable", "Framework :: Sphinx :: Extension", "Intended Audience :: Developers", - "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.9",