Skip to content

Commit 804690d

Browse files
committed
pin pylint version (pylint-dev/pylint#7433)
1 parent 3dc4352 commit 804690d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ classifiers =
2323
Programming Language :: Python :: 3.11
2424
Programming Language :: Python :: Implementation :: CPython
2525
Programming Language :: Python :: Implementation :: PyPy
26-
License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
26+
License :: OSI Approved :: GNU General Public License v2 (GPLv2)
2727
Operating System :: MacOS :: MacOS X
2828
Operating System :: POSIX :: Linux
2929
Operating System :: Microsoft :: Windows
30-
license = LGPLv2.1
30+
license = Apache License 2.0
3131
project_urls =
3232
Documentation=https://pillow-heif.readthedocs.io
3333
Source=https://github.com/bigcat88/pillow_heif
@@ -67,7 +67,7 @@ dev =
6767
pympler
6868
opencv-python
6969
pre-commit
70-
pylint
70+
pylint<=2.14.5
7171
coverage
7272

7373
[flake8]

0 commit comments

Comments
 (0)