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 7bdb93c commit 2d8164dCopy full SHA for 2d8164d
setup.py
@@ -30,7 +30,6 @@
30
Operating System :: POSIX :: Linux
31
Programming Language :: Python
32
Programming Language :: Python :: 3
33
-Programming Language :: Python :: 3.5
34
Programming Language :: Python :: 3.6
35
Programming Language :: Python :: 3.7
36
Programming Language :: Python :: 3.8
@@ -39,7 +38,6 @@
39
38
Topic :: Text Editors :: Integrated Development Environments (IDE)
40
"""
41
42
-# pylint: disable=bad-whitespace
43
setuptools.setup(
44
name = 'hdl_checker',
45
version = versioneer.get_version(),
@@ -73,4 +71,3 @@
73
71
},
74
72
classifiers=CLASSIFIERS.splitlines(),
75
)
76
-# pylint: enable=bad-whitespace
0 commit comments