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

Commit 3705792

Browse files
committed
implementation spec
1 parent 9fb2928 commit 3705792

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-bmi160/badge/?version=latest
610
:target: https://micropython-bmi160.readthedocs.io/en/latest/
711
:alt: Documentation Status

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ classifiers = [
3838
"Topic :: Software Development :: Embedded Systems",
3939
"Topic :: System :: Hardware",
4040
"License :: OSI Approved :: MIT License",
41-
"Programming Language :: Python :: 3",
41+
"Programming Language :: Python :: Implementation :: MicroPython",
4242
]
4343
dynamic = ["dependencies", "optional-dependencies"]
4444

0 commit comments

Comments
 (0)