From 35598059a06e77b041719b56aec09cd1cf0d02d9 Mon Sep 17 00:00:00 2001 From: Stephen L Date: Sun, 16 Jul 2023 00:01:45 +0200 Subject: [PATCH] build: signal MicroPython support in classifiers Signed-off-by: Stephen L. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 4600f56..faac855 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,6 +42,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: Implementation :: MicroPython", "Programming Language :: Python :: Implementation :: PyPy", "Programming Language :: Cython", "Topic :: Communications",