diff --git a/pyproject.toml b/pyproject.toml index df7ea47..61b79f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pylint-plugin-utils" -version = "0.8.1" +version = "0.8.2" readme = "README.md" description = "Utilities and helpers for writing Pylint plugins" repository = "https://github.com/PyCQA/pylint-plugin-utils" @@ -12,23 +12,11 @@ classifiers=[ "Intended Audience :: Developers", "Operating System :: Unix", "Topic :: Software Development :: Quality Assurance", - "Programming Language :: Python", - "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3 :: Only", - "Programming Language :: Python :: 3.7", - "Programming Language :: Python :: 3.8", - "Programming Language :: Python :: 3.9", - "Programming Language :: Python :: 3.10", ] keywords=["pylint","plugin","helpers"] packages = [ {include = "pylint_plugin_utils/"} ] -include = [ - "LICENSE", - "*.rst", - "*.md" -] [tool.poetry.dependencies] python = ">=3.7,<4.0"