summaryrefslogtreecommitdiff
path: root/__pkginfo__.py
diff options
context:
space:
mode:
Diffstat (limited to '__pkginfo__.py')
-rw-r--r--__pkginfo__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/__pkginfo__.py b/__pkginfo__.py
index a018f93..3f5fd6e 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -21,7 +21,7 @@ modname = distname = 'pylint'
numversion = (0, 28, 0)
version = '.'.join([str(num) for num in numversion])
-install_requires = ['logilab-common >= 0.53.0', 'logilab-astng >= 0.24.3']
+install_requires = ['logilab-common >= 0.53.0', 'logilab-astroid >= 0.24.3']
license = 'GPL'
description = "python code static checker"