We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55a6627 commit 506bc72Copy full SHA for 506bc72
1 file changed
setup.py
@@ -2,7 +2,7 @@
2
from distutils.core import setup
3
from setuptools import find_packages
4
5
-_version = "0.2.3"
+_version = "0.2.4"
6
_packages = find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"])
7
8
_short_description = "Utilities and helpers for writing Pylint plugins"
@@ -17,6 +17,7 @@
17
'Programming Language :: Python :: 2.7',
18
'Programming Language :: Python :: 3.3',
19
'Programming Language :: Python :: 3.4',
20
+ 'Programming Language :: Python :: 3.5',
21
)
22
23
setup(
0 commit comments