From 4c42e7151ee5c8cd4fd6ef35c7483470c82ad183 Mon Sep 17 00:00:00 2001 From: Ashley Whetter Date: Sun, 7 Jul 2024 08:54:34 -0700 Subject: [PATCH] Corrected license specifier --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ae84a4b..5127a23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ classifiers = [ "Environment :: Plugins", "Framework :: Sphinx :: Extension", "Intended Audience :: Developers", - "License :: OSI Approved :: BSD License", + "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 3",