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 11[tool .poetry ]
22name = " pylint-plugin-utils"
3- version = " 0.8"
3+ version = " 0.8.1 "
44readme = " README.md"
55description = " Utilities and helpers for writing Pylint plugins"
66repository = " https://github.com/PyCQA/pylint-plugin-utils"
77authors = [" Carl Crowder <git@carlcrowder.com>" ]
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+ ]
923keywords =[" pylint" ," plugin" ," helpers" ]
1024packages = [
1125 {include = " pylint_plugin_utils/" }
You can’t perform that action at this time.
0 commit comments