diff --git a/README.rst b/README.rst index 34b0211..9abb707 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-isl29125/badge/?version=latest :target: https://micropython-isl29125.readthedocs.io/en/latest/ :alt: Documentation Status diff --git a/pyproject.toml b/pyproject.toml index cdaba20..bed3434 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,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"]