summaryrefslogtreecommitdiff
path: root/extmod/uasyncio/manifest.py
diff options
context:
space:
mode:
Diffstat (limited to 'extmod/uasyncio/manifest.py')
-rw-r--r--extmod/uasyncio/manifest.py15
1 files changed, 0 insertions, 15 deletions
diff --git a/extmod/uasyncio/manifest.py b/extmod/uasyncio/manifest.py
deleted file mode 100644
index d425a467b..000000000
--- a/extmod/uasyncio/manifest.py
+++ /dev/null
@@ -1,15 +0,0 @@
-# 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,
-)