diff options
| author | Anthony Sottile <asottile@umich.edu> | 2021-03-29 17:29:36 -0700 |
|---|---|---|
| committer | Anthony Sottile <asottile@umich.edu> | 2021-03-30 17:37:12 -0700 |
| commit | 8cc3fc01e8d06b2eb6fa59332b598b2c638a4d40 (patch) | |
| tree | 6da61e3c11fb0701367c2e280c35fbd461bea408 /example-plugin/setup.py | |
| parent | 55f29c636f8eb80ec6544169c59ff3ab7733d1a1 (diff) | |
| download | flake8-8cc3fc01e8d06b2eb6fa59332b598b2c638a4d40.tar.gz | |
some manual python2 metadata cleanup
Diffstat (limited to 'example-plugin/setup.py')
| -rw-r--r-- | example-plugin/setup.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/example-plugin/setup.py b/example-plugin/setup.py index 2da68f6..80911a2 100644 --- a/example-plugin/setup.py +++ b/example-plugin/setup.py @@ -21,11 +21,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', ], |
