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

Commit f808671

Browse files
committed
implementation spec
1 parent a9ff5f5 commit f808671

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

pyproject.toml

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

0 commit comments

Comments
 (0)