From 0fae4f855bbb356a84f1a2d67d89c75463b131ae Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Sun, 15 May 2022 19:32:04 -0500 Subject: fix classifiers --- setup.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index b6906f9..866112a 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ docs_extras = [ setup( name="PasteDeploy", - version="2.1.1", + version="3.0.dev0", description="Load, configure, and compose WSGI applications and servers", long_description=readme, classifiers=[ @@ -21,12 +21,11 @@ setup( "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python", - "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.4", - "Programming Language :: Python :: 3.5", - "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Internet :: WWW/HTTP", -- cgit v1.2.1