52 lines
1.2 KiB
INI
Raw Normal View History

2014-04-23 00:06:39 -05:00
[metadata]
name = bashate
2014-04-23 00:06:39 -05:00
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
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
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
2014-04-23 00:06:39 -05:00
[files]
packages =
bashate
2014-04-23 00:06:39 -05:00
[entry_points]
console_scripts =
bashate = bashate.bashate:main
2014-04-23 00:06:39 -05:00
[build_sphinx]
source-dir = doc/source
build-dir = doc/build
all_files = 1
warning-is-error = 1
2014-04-23 00:06:39 -05:00
[upload_sphinx]
upload-dir = doc/build/html
[compile_catalog]
directory = bashate/locale
domain = bashate
2014-04-23 00:06:39 -05:00
[update_catalog]
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
output_file = bashate/locale/bashate.pot