summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index e488b1c..dec48fb 100755
--- a/setup.py
+++ b/setup.py
@@ -102,7 +102,7 @@ class Check(Command):
if parts >= ['pylint 1', '3', '1,']:
print 'running pylint'
cliapp.runcmd(
- ['pylint', '--rcfile=pylint.conf', 'obnamlib'],
+ ['pylint', '--rcfile=pylint.conf', 'pgpwordlist'],
stdout=None, stderr=None)
else:
print 'not running pylint', parts