From a7816b43b7224124c151e83bca3d609d3a57e073 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Thu, 6 Jul 2023 01:09:36 +0200 Subject: [PATCH] Add "Programming Language :: Lua" to list of Trove classifiers --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 911970b3..daab5580 100644 --- a/setup.py +++ b/setup.py @@ -490,6 +490,7 @@ def write_file(filename, content): 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', + 'Programming Language :: Lua', 'Programming Language :: Other Scripting Engines', 'Operating System :: OS Independent', 'Topic :: Software Development',