From 4409fe37be8f88e260eb7acb5f4714709df886d3 Mon Sep 17 00:00:00 2001 From: rmichaelthomas Date: Sat, 4 Jul 2026 17:01:05 -0700 Subject: [PATCH] chore: remove 'programming-language' keyword (redundant with Interpreters classifier, off-positioning) Co-Authored-By: Claude Sonnet 5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0b80941..074079f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" authors = [ { name = "R. Michael Thomas" } ] -keywords = ["programming-language", "prose-as-syntax", "natural-language", "interpreter"] +keywords = ["prose-as-syntax", "natural-language", "interpreter"] classifiers = [ "Development Status :: 3 - Alpha", "Intended Audience :: Education",