summaryrefslogtreecommitdiff
path: root/__pkginfo__.py
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2014-03-21 07:36:28 +0100
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2014-03-21 07:36:28 +0100
commitf49829d0867befb272c7115dac9c109aaa803760 (patch)
treeb4105e9b77fe456b25f6987f17dadd156c314feb /__pkginfo__.py
parentdc642bf8662909780186010798b0bc00c9303a6e (diff)
downloadpylint-f49829d0867befb272c7115dac9c109aaa803760.tar.gz
wrap line to 80 char, it makes a smoke test fail
Diffstat (limited to '__pkginfo__.py')
-rw-r--r--__pkginfo__.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/__pkginfo__.py b/__pkginfo__.py
index e041e03..b48272d 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -1,5 +1,5 @@
# pylint: disable=W0622,C0103
-# Copyright (c) 2003-2013 LOGILAB S.A. (Paris, FRANCE).
+# Copyright (c) 2003-2014 LOGILAB S.A. (Paris, FRANCE).
# http://www.logilab.fr/ -- mailto:contact@logilab.fr
#
# This program is free software; you can redistribute it and/or modify it under
@@ -23,7 +23,8 @@ numversion = (1, 1, 0)
version = '.'.join([str(num) for num in numversion])
if sys.version_info < (2, 6):
- install_requires = ['logilab-common >= 0.53.0', 'astroid >= 1.0.1', 'StringFormat']
+ install_requires = ['logilab-common >= 0.53.0', 'astroid >= 1.0.1',
+ 'StringFormat']
else:
install_requires = ['logilab-common >= 0.53.0', 'astroid >= 1.0.1']