summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 37f9681c..6a607d43 100644
--- a/setup.py
+++ b/setup.py
@@ -46,7 +46,7 @@ if sys.hexversion < 0x03000000:
'coverage = coverage.testplugin',
],
'nose.plugins.0.10': [
- 'coverage = coverage.nose_coverage:Coverage',
+ 'coverage = coverage.noseplugin:Coverage',
],
},