Update metadata in setup.cfg

Change-Id: I2c3988327eded325097d2823cf659aa90b3a35f7
This commit is contained in:
Sairam Vengala 2023-09-22 10:29:51 +05:30
parent da40f68136
commit c5efee12fc

View File

@ -5,7 +5,7 @@ long_description = file: README.rst
author = OpenStack author = OpenStack
author_email = openstack-discuss@lists.openstack.org author_email = openstack-discuss@lists.openstack.org
url = http://docs.openstack.org/heat-translator/ url = http://docs.openstack.org/heat-translator/
python_requires = >=3.6 python_requires = >=3.8
classifiers = classifiers =
Environment :: OpenStack Environment :: OpenStack
Intended Audience :: Information Technology Intended Audience :: Information Technology
@ -14,9 +14,10 @@ classifiers =
Operating System :: POSIX :: Linux Operating System :: POSIX :: Linux
Programming Language :: Python Programming Language :: Python
Programming Language :: Python :: 3 Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3 :: Only Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython Programming Language :: Python :: Implementation :: CPython