From fe86a49dc01c12a17e3e1dd458458ba7d72a4dff Mon Sep 17 00:00:00 2001 From: Tai Sakuma Date: Tue, 3 Dec 2024 09:18:32 -0500 Subject: [PATCH] Correct license in `pyproject.toml` --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 69ba2ab..685eee1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,13 +8,13 @@ dynamic = ["version"] description = "Progress bars for threading and multiprocessing tasks" readme = "README.md" requires-python = ">=3.9" -license = "" +license = "MIT" authors = [{ name = "Tai Sakuma", email = "tai.sakuma@gmail.com" }] classifiers = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: End Users/Desktop", - "License :: OSI Approved :: BSD License", + "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10",