diff --git a/setup.py b/setup.py index 04d5c46..3062c9f 100644 --- a/setup.py +++ b/setup.py @@ -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=[