
setup.py didn't have a package list and wasn't actually installing anything other than the entrypoint. Fix that and actually install the package.
A plugin for nosetests that will write out test results to results.html. The code is adapted from the example html output plugin at https://github.com/nose-devs/nose/blob/master/examples/html_plugin/htmlplug.py and the pyunit Html test runner at http://tungwaiyip.info/software/HTMLTestRunner.html.
Description
Languages
HTML
89.2%
Python
10.8%