We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 737e8f8 commit 501bf29Copy full SHA for 501bf29
setup.py
@@ -6,7 +6,7 @@
6
7
_short_description = "Utilities and helpers for writing Pylint plugins"
8
9
-_classifiers = (
+_classifiers = [
10
'Development Status :: 5 - Production/Stable',
11
'Environment :: Console',
12
'Intended Audience :: Developers',
@@ -16,7 +16,7 @@
16
'Programming Language :: Python :: 3.4',
17
'Programming Language :: Python :: 3.5',
18
'Programming Language :: Python :: 3.6',
19
-)
+]
20
21
setup(
22
name='pylint-plugin-utils',
0 commit comments