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 <stephenfin@redhat.com>
This commit is contained in:
parent
db14d97dbf
commit
c898b2c5ff
14
setup.cfg
14
setup.cfg
@ -1,9 +1,9 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = WSME
|
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.
|
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
|
url = https://opendev.org/x/wsme
|
||||||
license = MIT
|
license = MIT
|
||||||
python_requires = >=3.6
|
python_requires = >=3.6
|
||||||
@ -12,13 +12,7 @@ classifier =
|
|||||||
Operating System :: OS Independent
|
Operating System :: OS Independent
|
||||||
Programming Language :: Python
|
Programming Language :: Python
|
||||||
Programming Language :: Python :: 3
|
Programming Language :: Python :: 3
|
||||||
Programming Language :: Python :: 3.5
|
Programming Language :: Python :: 3 :: Only
|
||||||
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
|
|
||||||
License :: OSI Approved :: MIT License
|
License :: OSI Approved :: MIT License
|
||||||
Topic :: Internet :: WWW/HTTP :: WSGI
|
Topic :: Internet :: WWW/HTTP :: WSGI
|
||||||
Topic :: Software Development :: Libraries :: Python Modules
|
Topic :: Software Development :: Libraries :: Python Modules
|
||||||
|
Loading…
x
Reference in New Issue
Block a user