c5f9385b6c
This takes care of the last details for dropping py27 support by adding a proper min version of python in setup.cfg. Change-Id: Ia4e3519f99d9d1bc68d70b1f21173b0b2ec187c1
41 lines
1.1 KiB
INI
41 lines
1.1 KiB
INI
[metadata]
|
|
name = octavia-lib
|
|
summary = A library to support Octavia provider drivers.
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-discuss@lists.openstack.org
|
|
home-page = https://docs.openstack.org/octavia-lib/latest/
|
|
license = Apache License, Version 2.0
|
|
python-requires = >=3.6
|
|
classifier =
|
|
Development Status :: 5 - Production/Stable
|
|
Environment :: OpenStack
|
|
Intended Audience :: Developers
|
|
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 =
|
|
octavia_lib
|
|
|
|
[compile_catalog]
|
|
directory = octavia_lib/locale
|
|
domain = octavia_lib
|
|
|
|
[update_catalog]
|
|
domain = octavia_lib
|
|
output_dir = octavia_lib/locale
|
|
input_file = octavia_lib/locale/octavia_lib.pot
|
|
|
|
[extract_messages]
|
|
keywords = _ gettext ngettext l_ lazy_gettext
|
|
mapping_file = babel.cfg
|
|
output_file = octavia_lib/locale/octavia_lib.pot
|