Commit b2a13ae
committed
update MANIFEST.in to package only the main source
The MANIFEST.in will exclude documentation, examples and tests
and all files in the repo root. This way only the main source
in esp32_ulp/ will be packaged by sdist.
Since we're packaging to upip format, which can only be installed
by MicroPython/upip, we leave out all files that are not strictly
needed to run on the ESP32, so we save space on the device.
If anyone needs the other files on a more capable device (aka PC),
simply do a git clone.1 parent f958d66 commit b2a13ae
1 file changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
5 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
0 commit comments