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

Add setup.py #68

Closed RhysU closed 2 years ago

RhysU commented 4 years ago

The code included custom entry scripts (namely p8tool, p8upsidedown, run_tests.sh) and the documentation assumed that the reader was running precisely those entry scripts. I added a setup.py that implicitly provides those entry scripts after a python setup.py install or a python setup.py develop.