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

Commit 4a1642a

Browse files
committed
implementation spec
1 parent 84d2284 commit 4a1642a

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

pyproject.toml

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

0 commit comments

Comments
 (0)