Skip to content

Commit

Permalink
Removed Plone 5.2 related classifiers.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauritsvanrees committed Jul 1, 2022
1 parent ab90388 commit 79e127b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,14 @@ def read(filename):
version=version,
description=short_description,
long_description=long_description,
# Get more strings from
# https://pypi.org/classifiers/
# Get more strings from https://pypi.org/classifiers/
classifiers=[
"Development Status :: 5 - Production/Stable",
"Framework :: Plone",
"Framework :: Plone :: 5.2",
"Framework :: Plone :: 6.0",
"Framework :: Plone :: Core",
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
"Programming Language :: Python",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
Expand Down

0 comments on commit 79e127b

Please sign in to comment.