bashate/setup.cfg
Ghanshyam Mann 349e45cb41 Support python 3.5
While dropping py2 support, we dropped py3.5 support also
- Ib769d9cbb7ba9f191014c5445ed7f289e013aef4

There might be some user of it using on py3.5 distro like
stable/rocky jobs on xenial.

There is no deps issue to support the py3.5 so let's keep
it as long as we can.

Change-Id: Ifa1e53fc8c1a665c9fb35845960cc8bc700d19c8
2020-02-13 09:23:06 -06:00

52 lines
1.2 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 = http://docs.openstack.org/developer/bashate/
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 :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
[files]
packages =
bashate
[entry_points]
console_scripts =
bashate = bashate.bashate:main
[build_sphinx]
source-dir = doc/source
build-dir = doc/build
all_files = 1
warning-is-error = 1
[upload_sphinx]
upload-dir = doc/build/html
[compile_catalog]
directory = bashate/locale
domain = bashate
[update_catalog]
domain = bashate
output_dir = bashate/locale
input_file = bashate/locale/bashate.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = bashate/locale/bashate.pot