python: skip line length check in license line

Properly mark the long line with the license classifier in setup.py:
the classifier is long on its own, and changing the code to stay within
79 characters would result in worse code.
This commit is contained in:
Pino Toscano
2020-01-10 17:08:42 +01:00
parent 92759efbf5
commit da4c7f9112

View File

@@ -39,7 +39,7 @@ This package contains the Python bindings for libguestfs.
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
'Intended Audience :: Developers',
'License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)',
'License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)', # noqa
'Operating System :: POSIX :: Linux',
'Programming Language :: C',
'Programming Language :: Python :: 2',