Skip to content

Commit 8cb1b6e

Browse files
author
Carl Crowder
committed
Fixing up packaging - moved to poetry but forgot classifiers, and got license specification wrong
1 parent 88e2e5e commit 8cb1b6e

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

pyproject.toml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,25 @@
11
[tool.poetry]
22
name = "pylint-plugin-utils"
3-
version = "0.8"
3+
version = "0.8.1"
44
readme = "README.md"
55
description = "Utilities and helpers for writing Pylint plugins"
66
repository = "https://github.com/PyCQA/pylint-plugin-utils"
77
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+
]
923
keywords=["pylint","plugin","helpers"]
1024
packages = [
1125
{include = "pylint_plugin_utils/"}

0 commit comments

Comments
 (0)