From 169d104b4637429765d0bf3aba3bd3a7468c88b8 Mon Sep 17 00:00:00 2001 From: Jon Parise Date: Mon, 4 Mar 2024 11:56:03 -0800 Subject: [PATCH] Switch to a standard license identifier We don't need to include the full text of our LICENSE file because we're using a well-known, standard license (MIT). --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5d0501b..f2ea57d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ authors = [ {name = "Jon Parise", email = "jon@indelible.org"}, ] readme = "README.md" -license = {file = "LICENSE"} +license = {text = "MIT"} keywords = ["vestaboard"] classifiers = [ "Development Status :: 4 - Beta",