bashate/setup.cfg
Ghanshyam Mann 57e826ac59 Test python 3.11
As per the current release tested runtime, we
need to test till python 3.11 so adding the test
and updating the same in python classifier in setup.cfg

Change-Id: I08709e4da19682be2cd174ab55b0293c74cfcf06
2024-01-03 19:11:56 -08:00

35 lines
1.0 KiB
INI

[metadata]
name = bashate
summary = A pep8 equivalent for bash scripts
description_file =
README.rst
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
home_page = https://docs.openstack.org/bashate/latest/
python_requires = >=3.5
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :: System Administrators
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.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
[files]
packages =
bashate
[entry_points]
console_scripts =
bashate = bashate.bashate:main