Actually install the htmloutput package.

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.
This commit is contained in:
Clark Boylan 2012-08-08 10:59:54 -07:00
parent 7872e280a9
commit 0a97b65254
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ setuptools.setup(
description="Nose plugin to produce test results in html.",
license="Apache License, Version 2.0",
url="https://github.com/cboylan/nose-html-output",
packages=["htmloutput"],
setup_requires=['nose'],
install_requires=['nose'],
classifiers=[