Skip to content

Commit 960000b

Browse files
committed
usbd: Add missing manifest file.
1 parent b27b09e commit 960000b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

micropython/usbd/manifest.py

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
metadata(version="0.1.0")
2+
3+
# TODO: split this up into sub-packages, and some code in example subdirectory
4+
package(
5+
"usbd",
6+
files=(
7+
"__init__.py",
8+
"device.py",
9+
"hid.py",
10+
"hid_keypad.py",
11+
"midi.py",
12+
"utils.py",
13+
),
14+
base_path="..",
15+
)

0 commit comments

Comments
 (0)