2014-04-23 00:06:39 -05:00
|
|
|
[metadata]
|
2014-06-20 15:06:22 -04:00
|
|
|
name = bashate
|
2014-04-23 00:06:39 -05:00
|
|
|
summary = A pep8 equivalent for bash scripts
|
|
|
|
description-file =
|
|
|
|
README.rst
|
|
|
|
author = OpenStack
|
2018-12-04 13:01:05 +00:00
|
|
|
author-email = openstack-discuss@lists.openstack.org
|
2016-10-21 23:45:35 +05:30
|
|
|
home-page = http://docs.openstack.org/developer/bashate/
|
2020-02-13 09:20:03 -06:00
|
|
|
python-requires = >=3.5
|
2014-04-23 00:06:39 -05:00
|
|
|
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
|
2020-02-13 09:20:03 -06:00
|
|
|
Programming Language :: Python :: 3.5
|
2019-04-22 03:22:54 +00:00
|
|
|
Programming Language :: Python :: 3.6
|
2019-07-05 15:55:25 -04:00
|
|
|
Programming Language :: Python :: 3.7
|
2014-04-23 00:06:39 -05:00
|
|
|
|
|
|
|
[files]
|
|
|
|
packages =
|
2014-06-20 15:06:22 -04:00
|
|
|
bashate
|
2014-04-23 00:06:39 -05:00
|
|
|
|
2014-04-23 00:16:25 -05:00
|
|
|
[entry_points]
|
|
|
|
console_scripts =
|
2014-06-20 15:06:22 -04:00
|
|
|
bashate = bashate.bashate:main
|
2014-04-23 00:16:25 -05:00
|
|
|
|
2014-04-23 00:06:39 -05:00
|
|
|
[build_sphinx]
|
|
|
|
source-dir = doc/source
|
|
|
|
build-dir = doc/build
|
|
|
|
all_files = 1
|
2017-07-21 08:53:11 +02:00
|
|
|
warning-is-error = 1
|
2014-04-23 00:06:39 -05:00
|
|
|
|
|
|
|
[upload_sphinx]
|
|
|
|
upload-dir = doc/build/html
|
|
|
|
|
|
|
|
[compile_catalog]
|
2014-06-20 15:06:22 -04:00
|
|
|
directory = bashate/locale
|
|
|
|
domain = bashate
|
2014-04-23 00:06:39 -05:00
|
|
|
|
|
|
|
[update_catalog]
|
2014-06-20 15:06:22 -04:00
|
|
|
domain = bashate
|
|
|
|
output_dir = bashate/locale
|
|
|
|
input_file = bashate/locale/bashate.pot
|
2014-04-23 00:06:39 -05:00
|
|
|
|
|
|
|
[extract_messages]
|
|
|
|
keywords = _ gettext ngettext l_ lazy_gettext
|
|
|
|
mapping_file = babel.cfg
|
2014-06-20 15:06:22 -04:00
|
|
|
output_file = bashate/locale/bashate.pot
|