Skip to content

Commit 9dcdd06

Browse files
Create manifest.py
Add manifest.
1 parent 24c6ce5 commit 9dcdd06

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

micropython/register/manifest.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
metadata(
2+
description="I2C register library for MicroPython.",
3+
version="0.0.1",
4+
pypi_publish="micropython-i2c_reg",
5+
)
6+
7+
require("struct")

0 commit comments

Comments
 (0)