summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorThiago da Silva <thiago@redhat.com>2016-07-01 12:14:18 -0700
committerGerrit Code Review <review@dev.gluster.org>2016-07-01 12:14:18 -0700
commit1c392f13c6a0805916c47081ac6fbd1d94d384ff (patch)
treed471b6e5a211900c72b435fb0fa89768645ca0cb /setup.py
parente8229ddeca824e1cfdc2d95cc2bce3c731ea7372 (diff)
parentdc83b6cdf65ebee8542603baba2d88aee1b28c08 (diff)
Merge "Fix failing CentOS CI tests"
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 633cd37..6f68a01 100644
--- a/setup.py
+++ b/setup.py
@@ -31,7 +31,7 @@ setup(
classifiers=[
'Development Status :: 5 - Production/Stable'
'Intended Audience :: Developers'
- 'License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)'
+ 'License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)' # noqa
'License :: OSI Approved :: GNU General Public License v2 (GPLv2)'
'Operating System :: POSIX :: Linux'
'Programming Language :: Python'