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"]