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 2fc11e6 commit 36d611bCopy full SHA for 36d611b
setup.py
@@ -1,7 +1,7 @@
1
# -*- coding: UTF-8 -*-
2
from setuptools import find_packages, setup
3
4
-_version = "0.4"
+_version = "0.5"
5
_packages = find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"])
6
7
_short_description = "Utilities and helpers for writing Pylint plugins"
@@ -16,6 +16,7 @@
16
'Programming Language :: Python :: 3.4',
17
'Programming Language :: Python :: 3.5',
18
'Programming Language :: Python :: 3.6',
19
+ 'Programming Language :: Python :: 3.7',
20
]
21
22
setup(
0 commit comments