Correct metadata in setup.cfg

Remove the python-language specific classifiers because they
don't apply to this repository.

Change-Id: I82581f005566cb31c206fa8dff475dfa1bbcb2fe
This commit is contained in:
tushargite96 2021-11-25 13:01:01 +05:30
parent 7464b781cf
commit 22e1d3e592
1 changed files with 2 additions and 7 deletions

View File

@ -1,20 +1,15 @@
[metadata] [metadata]
name = cinder-specs name = cinder-specs
summary = "Cinder Specifications repository" summary = "Openstack Cinder Project Development Specifications"
description_file = description_file =
README.rst README.rst
author = OpenStack author = OpenStack
author_email = openstack-discuss@lists.openstack.org author_email = openstack-discuss@lists.openstack.org
home_page = http://specs.openstack.org/openstack/cinder-specs/ home_page = http://specs.openstack.org/openstack/cinder-specs/
python_requires = >=3.6
classifier = classifier =
Environment :: OpenStack Environment :: OpenStack
Intended Audience :: Information Technology Intended Audience :: Information Technology
Intended Audience :: System Administrators Intended Audience :: System Administrators
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux 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