From c6f80533ad5f4c2586906b9f69e864724f09d882 Mon Sep 17 00:00:00 2001 From: jposada202020 Date: Sat, 17 Jun 2023 11:12:31 -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 8fc825a..65976f5 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-icm20948/badge/?version=latest :target: https://micropython-icm20948.readthedocs.io/ :alt: Documentation Status diff --git a/pyproject.toml b/pyproject.toml index 84e2814..2969ec6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,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"]