File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33## Status
44
55[ ![ Build Status] ( https://travis-ci.org/landscapeio/pylint-plugin-utils.svg?branch=master )] ( https://travis-ci.org/landscapeio/pylint-plugin-utils )
6- [ ![ Code Health] ( https://landscape.io/github/landscapeio/pylint-plugin-utils/master/landscape.svg?style=flat-square )] ( https://landscape.io/github/landscapeio/pylint-plugin-utils/master )
6+ [ ![ Code Health] ( https://landscape.io/github/landscapeio/pylint-plugin-utils/master/landscape.svg?style=flat )] ( https://landscape.io/github/landscapeio/pylint-plugin-utils/master )
77[ ![ Coverage Status] ( https://coveralls.io/repos/github/landscapeio/pylint-plugin-utils/badge.svg?branch=master )] ( https://coveralls.io/github/landscapeio/pylint-plugin-utils?branch=master )
88
99# About
Original file line number Diff line number Diff line change 22from distutils .core import setup
33from setuptools import find_packages
44
5- _version = "0.2.4 "
5+ _version = "0.2.5 "
66_packages = find_packages (exclude = ["*.tests" , "*.tests.*" , "tests.*" , "tests" ])
77
88_short_description = "Utilities and helpers for writing Pylint plugins"
99
1010_classifiers = (
11- 'Development Status :: 4 - Beta ' ,
11+ 'Development Status :: 5 - Production/Stable ' ,
1212 'Environment :: Console' ,
1313 'Intended Audience :: Developers' ,
1414 'Operating System :: Unix' ,
1818 'Programming Language :: Python :: 3.3' ,
1919 'Programming Language :: Python :: 3.4' ,
2020 'Programming Language :: Python :: 3.5' ,
21+ 'Programming Language :: Python :: 3.6' ,
2122)
2223
2324setup (
You can’t perform that action at this time.
0 commit comments