From c898b2c5ffb414f7d5d0eedbbbd388fe3e6f654b Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Tue, 5 Sep 2023 11:21:11 +0100 Subject: [PATCH] setup: Update classifiers We don't support Python 3.5 any more but to be honest this whole thing is unnecessary now that we've 'python_requires'. Change-Id: I27d455d6379f059ed0476360c7f32a776ecf7d2b Signed-off-by: Stephen Finucane --- setup.cfg | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/setup.cfg b/setup.cfg index 25795e9..36be0a4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,9 +1,9 @@ [metadata] name = WSME -author = Christophe de Vienne -author-email = python-wsme@googlegroups.com summary = Simplify the writing of REST APIs, and extend them with additional protocols. -description-file = README.rst +author = Christophe de Vienne +author_email = python-wsme@googlegroups.com +description_file = README.rst url = https://opendev.org/x/wsme license = MIT python_requires = >=3.6 @@ -12,13 +12,7 @@ classifier = Operating System :: OS Independent Programming Language :: Python Programming Language :: Python :: 3 - 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 :: Implementation :: CPython - Programming Language :: Python :: Implementation :: PyPy + Programming Language :: Python :: 3 :: Only License :: OSI Approved :: MIT License Topic :: Internet :: WWW/HTTP :: WSGI Topic :: Software Development :: Libraries :: Python Modules