8 lines
232 B
Python
8 lines
232 B
Python
|
include("../manifest.py")
|
||
|
|
||
|
freeze("$(MPY_DIR)/tools", "upip.py")
|
||
|
freeze("$(MPY_DIR)/tools", "upip_utarfile.py")
|
||
|
|
||
|
if os.path.isdir(convert_path("$(MPY_LIB_DIR)")):
|
||
|
freeze("$(MPY_LIB_DIR)/python-ecosys/urequests", "urequests.py")
|