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:
parent
7872e280a9
commit
0a97b65254
1
setup.py
1
setup.py
@ -8,6 +8,7 @@ setuptools.setup(
|
|||||||
description="Nose plugin to produce test results in html.",
|
description="Nose plugin to produce test results in html.",
|
||||||
license="Apache License, Version 2.0",
|
license="Apache License, Version 2.0",
|
||||||
url="https://github.com/cboylan/nose-html-output",
|
url="https://github.com/cboylan/nose-html-output",
|
||||||
|
packages=["htmloutput"],
|
||||||
setup_requires=['nose'],
|
setup_requires=['nose'],
|
||||||
install_requires=['nose'],
|
install_requires=['nose'],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
Loading…
x
Reference in New Issue
Block a user