FooSoft / mangle

Manga processor for the Kindle e-book reader.
https://foosoft.net/projects/mangle
Other
124 stars 24 forks source link

Issues with setup.py #14

Open KaiSforza opened 10 years ago

KaiSforza commented 10 years ago

Currently it only supports Windows, and does not have any of the dependencies listed. You may want to think about using setuptools.

Also, the scripts have

#!/usr/bin/env python

when they should specify that they use python2.