76c915aca2
OpenStack is dropping the py2.7 support in ussuri cycle. Bifrost is ready with python 3 and ok to drop the python 2.7 support. Complete discussion & schedule can be found in - http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html - https://etherpad.openstack.org/p/drop-python2-support Ussuri Communtiy-wide goal - https://review.opendev.org/#/c/691178/ Change-Id: Ia175fc588f283e33efe2961f006c35c4ecc255b1
42 lines
1.1 KiB
INI
42 lines
1.1 KiB
INI
[metadata]
|
|
name = bifrost
|
|
summary = Deployment of physical machines using OpenStack Ironic and Ansible
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-discuss@lists.openstack.org
|
|
home-page = https://docs.openstack.org/bifrost/latest/
|
|
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.6
|
|
Programming Language :: Python :: 3.7
|
|
|
|
[files]
|
|
packages =
|
|
bifrost
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
bifrost_inventory.py = bifrost.inventory:main
|
|
bifrost_inventory = bifrost.inventory:main
|
|
|
|
[compile_catalog]
|
|
directory = bifrost/locale
|
|
domain = bifrost
|
|
|
|
[update_catalog]
|
|
domain = bifrost
|
|
output_dir = bifrost/locale
|
|
input_file = bifrost/locale/bifrost.pot
|
|
|
|
[extract_messages]
|
|
keywords = _ gettext ngettext l_ lazy_gettext
|
|
mapping_file = babel.cfg
|
|
output_file = bifrost/locale/bifrost.pot
|