Skip to content
This repository was archived by the owner on Dec 21, 2024. It is now read-only.

Commit c6f8053

Browse files
committed
implementation spec
1 parent 082ddb2 commit c6f8053

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ Introduction
22
============
33

44

5+
.. image:: https://img.shields.io/badge/micropython-Ok-purple.svg
6+
:target: https://micropython.org
7+
:alt: micropython
8+
59
.. image:: https://readthedocs.org/projects/micropython-icm20948/badge/?version=latest
610
:target: https://micropython-icm20948.readthedocs.io/
711
:alt: Documentation Status

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ classifiers = [
3333
"Topic :: Software Development :: Embedded Systems",
3434
"Topic :: System :: Hardware",
3535
"License :: OSI Approved :: MIT License",
36-
"Programming Language :: Python :: 3",
36+
"Programming Language :: Python :: Implementation :: MicroPython",
3737
]
3838
dynamic = ["dependencies", "optional-dependencies"]
3939

0 commit comments

Comments
 (0)