ceea4801fd
Resolves pip warnings like the following: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead Also, updates the url to docs. Change-Id: I716e7c05baf8183fdd9a500e15d614ef0492ad41
32 lines
943 B
INI
32 lines
943 B
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
|
|
|
|
[files]
|
|
packages =
|
|
bashate
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
bashate = bashate.bashate:main
|