mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user