dansanderson / picotool

Tools and Python libraries for manipulating Pico-8 game files. http://www.lexaloffle.com/pico-8.php
MIT License
367 stars 46 forks source link

Install empty cart image #90

Open Unrud opened 2 years ago

Unrud commented 2 years ago

Fixes FileNotFoundError caused by the missing file. The argument include_package_data=True installs files specified in the MANIFEST.in file, which does not exist.