From 22e1d3e592995594339f61c7f14695b215a52161 Mon Sep 17 00:00:00 2001 From: tushargite96 Date: Thu, 25 Nov 2021 13:01:01 +0530 Subject: [PATCH] Correct metadata in setup.cfg Remove the python-language specific classifiers because they don't apply to this repository. Change-Id: I82581f005566cb31c206fa8dff475dfa1bbcb2fe --- setup.cfg | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/setup.cfg b/setup.cfg index 9d458e2a..9c4eab6e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,20 +1,15 @@ [metadata] name = cinder-specs -summary = "Cinder Specifications repository" +summary = "Openstack Cinder Project Development Specifications" description_file = README.rst author = OpenStack author_email = openstack-discuss@lists.openstack.org home_page = http://specs.openstack.org/openstack/cinder-specs/ -python_requires = >=3.6 classifier = Environment :: OpenStack Intended Audience :: Information Technology Intended Audience :: System Administrators + Intended Audience :: Developers License :: OSI Approved :: Apache Software License Operating System :: POSIX :: Linux - Programming Language :: Python - Programming Language :: Python :: Implementation :: CPython - Programming Language :: Python :: 3 :: Only - Programming Language :: Python :: 3 - Programming Language :: Python :: 3.6