File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " pylint-plugin-utils"
3
- version = " 0.8"
3
+ version = " 0.8.1 "
4
4
readme = " README.md"
5
5
description = " Utilities and helpers for writing Pylint plugins"
6
6
repository = " https://github.com/PyCQA/pylint-plugin-utils"
7
7
authors = [
" Carl Crowder <[email protected] >" ]
8
- license =" GPLv2"
8
+ license =" GPL-2.0-or-later"
9
+ classifiers =[
10
+ " Development Status :: 5 - Production/Stable" ,
11
+ " Environment :: Console" ,
12
+ " Intended Audience :: Developers" ,
13
+ " Operating System :: Unix" ,
14
+ " Topic :: Software Development :: Quality Assurance" ,
15
+ " Programming Language :: Python" ,
16
+ " Programming Language :: Python :: 3" ,
17
+ " Programming Language :: Python :: 3 :: Only" ,
18
+ " Programming Language :: Python :: 3.7" ,
19
+ " Programming Language :: Python :: 3.8" ,
20
+ " Programming Language :: Python :: 3.9" ,
21
+ " Programming Language :: Python :: 3.10" ,
22
+ ]
9
23
keywords =[" pylint" ," plugin" ," helpers" ]
10
24
packages = [
11
25
{include = " pylint_plugin_utils/" }
You can’t perform that action at this time.
0 commit comments