From c98becd198a5c19a53ecb96f43898ff79aaf60c4 Mon Sep 17 00:00:00 2001 From: jposada202020 Date: Sat, 17 Jun 2023 10:49:55 -0400 Subject: [PATCH] implementation spec --- README.rst | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 18ec259..2b8e922 100644 --- a/README.rst +++ b/README.rst @@ -2,6 +2,10 @@ Introduction ============ +.. image:: https://img.shields.io/badge/micropython-Ok-purple.svg + :target: https://micropython.org + :alt: micropython + .. image:: https://readthedocs.org/projects/micropython-qmc5883l/badge/?version=latest :target: https://micropython-qmc5883l.readthedocs.io/en/latest/ :alt: Documentation Status diff --git a/pyproject.toml b/pyproject.toml index 2189e31..809b38d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ classifiers = [ "Topic :: Software Development :: Embedded Systems", "Topic :: System :: Hardware", "License :: OSI Approved :: MIT License", - "Programming Language :: Python :: 3", + "Programming Language :: Python :: Implementation :: MicroPython", ] dynamic = ["dependencies", "optional-dependencies"]