summaryrefslogtreecommitdiff
path: root/extmod/uasyncio/manifest.py
blob: d425a467b3afa37f550f73a5b4b8c9523e38d692 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# This list of package files doesn't include task.py because that's provided
# by the C module.
package(
    "uasyncio",
    (
        "__init__.py",
        "core.py",
        "event.py",
        "funcs.py",
        "lock.py",
        "stream.py",
    ),
    base_path="..",
    opt=3,
)