diff options
Diffstat (limited to 'example-plugin/setup.py')
| -rw-r--r-- | example-plugin/setup.py | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/example-plugin/setup.py b/example-plugin/setup.py index 2da68f6..0facd57 100644 --- a/example-plugin/setup.py +++ b/example-plugin/setup.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- import setuptools setuptools.setup( @@ -21,11 +20,9 @@ setuptools.setup( 'Framework :: Flake8', 'License :: OSI Approved :: MIT License', 'Programming Language :: Python', - 'Programming Language :: Python :: 2', - 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.4', - 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', 'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: Software Development :: Quality Assurance', ], |
